malvin noel commited on
Commit
9326a98
·
1 Parent(s): 1b48a1a

modify app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -215,5 +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(block=True)
219
 
 
215
  outputs=[script_output, title_output, desc_output, video_output],
216
  )
217
 
218
+ demo.launch()
219