Spaces:
Running
on
Zero
Running
on
Zero
malvin noel
commited on
Commit
·
1b48a1a
1
Parent(s):
6c18059
modify app
Browse files
app.py
CHANGED
@@ -215,4 +215,5 @@ with gr.Blocks(theme="gradio/soft") as demo:
|
|
215 |
outputs=[script_output, title_output, desc_output, video_output],
|
216 |
)
|
217 |
|
218 |
-
demo.launch()
|
|
|
|
215 |
outputs=[script_output, title_output, desc_output, video_output],
|
216 |
)
|
217 |
|
218 |
+
demo.launch(block=True)
|
219 |
+
|