oceansweep commited on
Commit
8e7296e
1 Parent(s): ccdf938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -3388,10 +3388,10 @@ Sample commands:
3388
  logging.info(f'Local LLM flag: {local_llm}')
3389
 
3390
  if args.user_interface:
3391
- if local_llm:
3392
- local_llm_function()
3393
- time.sleep(3)
3394
- webbrowser.open_new_tab('http://127.0.0.1:7860')
3395
  launch_ui(demo_mode=False)
3396
  else:
3397
  if not args.input_path:
 
3388
  logging.info(f'Local LLM flag: {local_llm}')
3389
 
3390
  if args.user_interface:
3391
+ # if local_llm:
3392
+ # local_llm_function()
3393
+ # time.sleep(3)
3394
+ # webbrowser.open_new_tab('http://127.0.0.1:7860')
3395
  launch_ui(demo_mode=False)
3396
  else:
3397
  if not args.input_path: