armgabrielyan commited on
Commit
d80771b
1 Parent(s): 92ec1b9

Remove share flag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ app = gr.Interface(
79
  inputs=['video', 'text'],
80
  outputs=['video', gr.outputs.Label(num_top_classes=3, type='auto')],
81
  )
82
- app.launch(share=True)
 
79
  inputs=['video', 'text'],
80
  outputs=['video', gr.outputs.Label(num_top_classes=3, type='auto')],
81
  )
82
+ app.launch()