oceansweep commited on
Commit
f112b98
·
verified ·
1 Parent(s): db2cca3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5096,7 +5096,7 @@ Sample commands:
5096
  else:
5097
  if not args.input_path:
5098
  parser.print_help()
5099
- sys.exit(1)
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}')