learningai commited on
Commit
dc386c1
·
1 Parent(s): c6939df
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,6 +24,6 @@ vd = gr.components.Video()
24
  logging.info(">>> Launching the gradio app... ")
25
 
26
  iface = gr.Interface(fn=get_predictions, inputs=vd, outputs=label)
27
- iface.launch(share=True)
28
 
29
  logging.info(">>> Launched successfully.")
 
24
  logging.info(">>> Launching the gradio app... ")
25
 
26
  iface = gr.Interface(fn=get_predictions, inputs=vd, outputs=label)
27
+ iface.launch()
28
 
29
  logging.info(">>> Launched successfully.")