Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
|
@@ -36,4 +36,4 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 36 |
description="Classify the leaves b uploading their image",
|
| 37 |
examples=["images/1.png","images/2.png", "images/3.png"])
|
| 38 |
|
| 39 |
-
demo.launch(
|
|
|
|
| 36 |
description="Classify the leaves b uploading their image",
|
| 37 |
examples=["images/1.png","images/2.png", "images/3.png"])
|
| 38 |
|
| 39 |
+
demo.launch()
|