Spaces:
Sleeping
Sleeping
Fix launch
Browse files
app.py
CHANGED
|
@@ -64,4 +64,4 @@ demo = gr.Interface(fn=image_classifier, inputs=input_value_d, outputs="image",
|
|
| 64 |
|
| 65 |
# Launch the interface
|
| 66 |
if __name__ == "__main__":
|
| 67 |
-
demo.launch(
|
|
|
|
| 64 |
|
| 65 |
# Launch the interface
|
| 66 |
if __name__ == "__main__":
|
| 67 |
+
demo.launch()
|