KWRegan commited on
Commit
761671e
·
1 Parent(s): afd6193

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ print("Welcome to the LifGenerator CPU script!")
124
  print("This script generates lif files using a Hugging Face model and greedy decoding.")
125
  #print(f"Input file path: {args.input_file}")
126
  #print(f"Output file path: {args.output_file}")
127
- INPUT_FILE = args.input_file if args.input_file else "Kangaroos.txt"
128
  INPUT_FILE_STEM = INPUT_FILE.split('.')[0]
129
  OUTPUT_FILE = args.output_file if args.output_file else (INPUT_FILE_STEM + ".lif")
130
  print(f"Input file path: {INPUT_FILE}")
 
124
  print("This script generates lif files using a Hugging Face model and greedy decoding.")
125
  #print(f"Input file path: {args.input_file}")
126
  #print(f"Output file path: {args.output_file}")
127
+ INPUT_FILE = args.input_file if args.input_file else "Kanga20.txt"
128
  INPUT_FILE_STEM = INPUT_FILE.split('.')[0]
129
  OUTPUT_FILE = args.output_file if args.output_file else (INPUT_FILE_STEM + ".lif")
130
  print(f"Input file path: {INPUT_FILE}")