sergiomar73 commited on
Commit
4cbd5c9
·
verified ·
1 Parent(s): 3723dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,4 +131,4 @@ with gr.Blocks(title="Start and stop times", css=css) as app:
131
  )
132
  text1.blur(load_video, inputs=[text1], outputs=[video])
133
 
134
- app.launch(debug=True, show_error=True, server_name='0.0.0.0')
 
131
  )
132
  text1.blur(load_video, inputs=[text1], outputs=[video])
133
 
134
+ app.launch()