malvin noel commited on
Commit
1b48a1a
·
1 Parent(s): 6c18059

modify app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
+