Commit
·
adce2bd
1
Parent(s):
344c054
remove share
Browse files
app.py
CHANGED
|
@@ -78,4 +78,4 @@ iface = gr.Interface(
|
|
| 78 |
description="This application detects diseases in strawberries using a trained YOLOX model. Upload an image, video, or use your webcam for analysis."
|
| 79 |
)
|
| 80 |
|
| 81 |
-
iface.launch(
|
|
|
|
| 78 |
description="This application detects diseases in strawberries using a trained YOLOX model. Upload an image, video, or use your webcam for analysis."
|
| 79 |
)
|
| 80 |
|
| 81 |
+
iface.launch()
|