Spaces:
Runtime error
Runtime error
Commit
·
d3bcd7c
1
Parent(s):
944eea2
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks(title="Leaf Detection and Classification", theme=gr.themes.Monoch
|
|
29 |
|
30 |
with gr.Row():
|
31 |
with gr.Box():
|
32 |
-
v8_prediction = gr.Image(shape=(
|
33 |
|
34 |
btn.click(
|
35 |
get_predictions,
|
|
|
29 |
|
30 |
with gr.Row():
|
31 |
with gr.Box():
|
32 |
+
v8_prediction = gr.Image(shape=(100,100), label="YOLOv8")
|
33 |
|
34 |
btn.click(
|
35 |
get_predictions,
|