rvv-karma commited on
Commit
582d4fc
·
1 Parent(s): 6dc5ca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,4 +31,4 @@ label = gr.Label(num_top_classes=5)
31
  description = "Categories: " + "'" + "', '".join(pipe.model.config.label2id.keys()) + "'"
32
 
33
  gr.Interface(fn=classify_image, inputs=image, outputs=label, title='Human Action Recognition',
34
- description=description, examples=ex, theme='peach').launch(height=1000, width=1600, debug=True, , share=True)
 
31
  description = "Categories: " + "'" + "', '".join(pipe.model.config.label2id.keys()) + "'"
32
 
33
  gr.Interface(fn=classify_image, inputs=image, outputs=label, title='Human Action Recognition',
34
+ description=description, examples=ex, theme='peach').launch(height=1000, width=1600, debug=True, share=True)