Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)",
|