derat0r commited on
Commit
ab068e8
1 Parent(s): 0248e9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -321,4 +321,4 @@ def classify_image(inp):
321
 
322
  gr.Interface(fn=classify_image,
323
  inputs=gr.Video(height=360, width=480),
324
- outputs='text').launch(share=True)
 
321
 
322
  gr.Interface(fn=classify_image,
323
  inputs=gr.Video(height=360, width=480),
324
+ outputs='text').launch()