Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5096,7 +5096,7 @@ Sample commands:
|
|
5096 |
else:
|
5097 |
if not args.input_path:
|
5098 |
parser.print_help()
|
5099 |
-
|
5100 |
|
5101 |
logging.info('Starting the transcription and summarization process.')
|
5102 |
logging.info(f'Input path: {args.input_path}')
|
|
|
5096 |
else:
|
5097 |
if not args.input_path:
|
5098 |
parser.print_help()
|
5099 |
+
launch_ui(demo_mode=False)
|
5100 |
|
5101 |
logging.info('Starting the transcription and summarization process.')
|
5102 |
logging.info(f'Input path: {args.input_path}')
|