Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,5 +97,5 @@ interface = gr.Interface(
|
|
97 |
description="Upload an image or enter an image URL, then specify labels to classify the image."
|
98 |
)
|
99 |
|
100 |
-
# Launch the interface
|
101 |
-
|
|
|
97 |
description="Upload an image or enter an image URL, then specify labels to classify the image."
|
98 |
)
|
99 |
|
100 |
+
# Launch the interface
|
101 |
+
interface.launch()
|