Spaces:
Sleeping
Sleeping
launch!
Browse files
app.py
CHANGED
|
@@ -59,4 +59,5 @@ iface = gr.Interface(
|
|
| 59 |
description="Upload an image, and get the classification result.",
|
| 60 |
examples=examples, # Add example inputs,
|
| 61 |
cache_examples=True
|
| 62 |
-
)
|
|
|
|
|
|
| 59 |
description="Upload an image, and get the classification result.",
|
| 60 |
examples=examples, # Add example inputs,
|
| 61 |
cache_examples=True
|
| 62 |
+
)
|
| 63 |
+
iface.launch()
|