Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def create_demo():
|
|
| 31 |
inputs=gr.Image(type="pil"),
|
| 32 |
outputs=gr.Label(num_top_classes=2),
|
| 33 |
)
|
| 34 |
-
demo.launch(
|
| 35 |
|
| 36 |
|
| 37 |
|
|
|
|
| 31 |
inputs=gr.Image(type="pil"),
|
| 32 |
outputs=gr.Label(num_top_classes=2),
|
| 33 |
)
|
| 34 |
+
demo.launch()
|
| 35 |
|
| 36 |
|
| 37 |
|