PKaushik commited on
Commit
b8eefcd
1 Parent(s): 6e4c6e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ gr.Interface(
100
  inference, inputs, outputs=label,
101
  title=title, description=description, article=article,
102
  examples=[['hitting_baseball.mp4'], ['hoverboarding.mp4'], ['yoga.mp4']]
103
- ).launch(enable_queue=True,share=True)
 
100
  inference, inputs, outputs=label,
101
  title=title, description=description, article=article,
102
  examples=[['hitting_baseball.mp4'], ['hoverboarding.mp4'], ['yoga.mp4']]
103
+ ).launch(enable_queue=True,cache=True)