Spaces:
Runtime error
Runtime error
Commit
·
2052695
1
Parent(s):
2153145
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ with gr.Blocks(title="Plant Leaf Detection and Classification", theme=gr.themes.
|
|
| 37 |
|
| 38 |
with gr.Row():
|
| 39 |
with gr.Box():
|
| 40 |
-
v8_prediction = gr.Image(label="Leaf Detection and Classification") # Display the output image in its original size
|
| 41 |
|
| 42 |
btn.click(
|
| 43 |
get_predictions,
|
|
|
|
| 37 |
|
| 38 |
with gr.Row():
|
| 39 |
with gr.Box():
|
| 40 |
+
v8_prediction = gr.Image(label="Leaf Detection and Classification",height=100,width=100) # Display the output image in its original size
|
| 41 |
|
| 42 |
btn.click(
|
| 43 |
get_predictions,
|