Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
53626ba
1
Parent(s):
d3568ab
fix
Browse files- app.py +0 -7
- media_summary.db +0 -0
- prompts.db +0 -0
app.py
CHANGED
@@ -846,13 +846,6 @@ Sample commands:
|
|
846 |
time.sleep(2)
|
847 |
webbrowser.open_new_tab('http://127.0.0.1:7860')
|
848 |
launch_ui(share_public=False)
|
849 |
-
elif share_public is not None:
|
850 |
-
if local_llm:
|
851 |
-
local_llm_function()
|
852 |
-
time.sleep(2)
|
853 |
-
webbrowser.open_new_tab('http://127.0.0.1:7860')
|
854 |
-
else:
|
855 |
-
launch_ui(share_public=True)
|
856 |
elif not args.input_path:
|
857 |
parser.print_help()
|
858 |
sys.exit(1)
|
|
|
846 |
time.sleep(2)
|
847 |
webbrowser.open_new_tab('http://127.0.0.1:7860')
|
848 |
launch_ui(share_public=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
849 |
elif not args.input_path:
|
850 |
parser.print_help()
|
851 |
sys.exit(1)
|
media_summary.db
CHANGED
Binary files a/media_summary.db and b/media_summary.db differ
|
|
prompts.db
ADDED
Binary file (16.4 kB). View file
|
|