Update app.py
Browse files
app.py
CHANGED
|
@@ -73,6 +73,7 @@ iface = gr.Interface(
|
|
| 73 |
],
|
| 74 |
outputs=gr.Image(type="pil", label="Output (Image)"), # Show output as an image
|
| 75 |
examples=default_images,
|
|
|
|
| 76 |
title="Strawberry Disease Detection",
|
| 77 |
description="This application detects diseases in strawberries using a trained YOLOX model. Upload an image, video, or use your webcam for analysis."
|
| 78 |
)
|
|
|
|
| 73 |
],
|
| 74 |
outputs=gr.Image(type="pil", label="Output (Image)"), # Show output as an image
|
| 75 |
examples=default_images,
|
| 76 |
+
cache_examples=False,
|
| 77 |
title="Strawberry Disease Detection",
|
| 78 |
description="This application detects diseases in strawberries using a trained YOLOX model. Upload an image, video, or use your webcam for analysis."
|
| 79 |
)
|