Spaces:
Running
on
Zero
Running
on
Zero
chenlin
commited on
Commit
•
569c182
1
Parent(s):
d6d461b
update launch
Browse files
app.py
CHANGED
@@ -123,4 +123,4 @@ with gr.Blocks(title='ShareGPT4Video-8B🚀', theme=gr.themes.Default(), css=blo
|
|
123 |
clear_btn.click(clear_history, [state, state_],
|
124 |
[video, textbox, first_run, state, state_, chatbot])
|
125 |
|
126 |
-
demo.launch(
|
|
|
123 |
clear_btn.click(clear_history, [state, state_],
|
124 |
[video, textbox, first_run, state, state_, chatbot])
|
125 |
|
126 |
+
demo.launch()
|