nehulagrawal commited on
Commit
d3bcd7c
·
1 Parent(s): 944eea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=(832,416), label="YOLOv8")
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,