"Add application file"
Browse files
app.py
CHANGED
@@ -129,6 +129,7 @@ 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}")
|
131 |
print(f"Output file path: {OUTPUT_FILE}")
|
|
|
132 |
PROMPT_ID = args.prompt_id if args.prompt_id else INPUT_FILE
|
133 |
PROMPT_TOPIC = args.prompt_topic if args.prompt_topic else INPUT_FILE
|
134 |
MULTI_PV = args.multi_pv if args.multi_pv else 100
|
|
|
129 |
OUTPUT_FILE = args.output_file if args.output_file else (INPUT_FILE_STEM + ".lif")
|
130 |
print(f"Input file path: {INPUT_FILE}")
|
131 |
print(f"Output file path: {OUTPUT_FILE}")
|
132 |
+
print("But using text output window instead...")
|
133 |
PROMPT_ID = args.prompt_id if args.prompt_id else INPUT_FILE
|
134 |
PROMPT_TOPIC = args.prompt_topic if args.prompt_topic else INPUT_FILE
|
135 |
MULTI_PV = args.multi_pv if args.multi_pv else 100
|