saptarshineilsinha commited on
Commit
61da497
·
verified ·
1 Parent(s): 01057df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )