Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|