rvv-karma commited on
Commit
6446e68
·
1 Parent(s): db2e99a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,5 +25,5 @@ theme = gr.themes.Default(primary_hue="red", secondary_hue="pink")
25
 
26
  gr.Interface(fn=classify_image, inputs=image, outputs=label, title='Human Action Recognition',
27
  description=description, examples=examples, theme=theme
28
- ).launch(height=1000, width=1600, debug=True, share=True)
29
 
 
25
 
26
  gr.Interface(fn=classify_image, inputs=image, outputs=label, title='Human Action Recognition',
27
  description=description, examples=examples, theme=theme
28
+ ).launch(height=1000, width=1600, debug=True)
29