Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ iface = gr.Interface(
|
|
42 |
description="Upload a picture of a Apple Leaf to see condition health it is and the model's confidence level.", # Description of the interface
|
43 |
examples=examples # Example images
|
44 |
)
|
|
|
45 |
iface.launch()
|
46 |
|
47 |
|
|
|
42 |
description="Upload a picture of a Apple Leaf to see condition health it is and the model's confidence level.", # Description of the interface
|
43 |
examples=examples # Example images
|
44 |
)
|
45 |
+
|
46 |
iface.launch()
|
47 |
|
48 |
|