Spaces:
Running
Running
oceansweep
commited on
Commit
•
f8413f9
1
Parent(s):
dc959c4
Removed demo_mode arg
Browse files
app.py
CHANGED
@@ -848,7 +848,7 @@ Sample commands:
|
|
848 |
local_llm_function()
|
849 |
time.sleep(2)
|
850 |
webbrowser.open_new_tab('http://127.0.0.1:7860')
|
851 |
-
launch_ui(
|
852 |
elif not args.input_path:
|
853 |
parser.print_help()
|
854 |
sys.exit(1)
|
|
|
848 |
local_llm_function()
|
849 |
time.sleep(2)
|
850 |
webbrowser.open_new_tab('http://127.0.0.1:7860')
|
851 |
+
launch_ui()
|
852 |
elif not args.input_path:
|
853 |
parser.print_help()
|
854 |
sys.exit(1)
|