Spaces:
Runtime error
Runtime error
nehulagrawal
commited on
Commit
•
430b3cb
1
Parent(s):
4a9bde5
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(shape=(
|
41 |
|
42 |
btn.click(
|
43 |
get_predictions,
|
|
|
37 |
|
38 |
with gr.Row():
|
39 |
with gr.Box():
|
40 |
+
v8_prediction = gr.Image(shape=(200,200),label="Leaf Detection and Classification") # Display the output image in its original size
|
41 |
|
42 |
btn.click(
|
43 |
get_predictions,
|