Jeff28 commited on
Commit
57f86c0
·
verified ·
1 Parent(s): 6cc0e1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -203,8 +203,7 @@ with gr.Blocks() as demo:
203
  with gr.Column(scale=2):
204
  image_input = gr.Image(
205
  label="📂 Upload Tomato Leaf Image",
206
- type="pil",
207
- tool="editor" # Enables cropping, zooming, and rotating.
208
  )
209
  camera_input = gr.Image(
210
  label="📸 Use Camera (Live Preview)",
 
203
  with gr.Column(scale=2):
204
  image_input = gr.Image(
205
  label="📂 Upload Tomato Leaf Image",
206
+ type="pil"
 
207
  )
208
  camera_input = gr.Image(
209
  label="📸 Use Camera (Live Preview)",