Update app.py
Browse files
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,
|
|
|
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)
|