Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,5 +77,6 @@ iface = gr.Interface(
|
|
| 77 |
description="Upload an image to detect anomalies in maize crops.",
|
| 78 |
)
|
| 79 |
|
| 80 |
-
# Launch the interface
|
| 81 |
-
|
|
|
|
|
|
| 77 |
description="Upload an image to detect anomalies in maize crops.",
|
| 78 |
)
|
| 79 |
|
| 80 |
+
# Launch the interface locally
|
| 81 |
+
if __name__ == "__main__":
|
| 82 |
+
iface.launch()
|