nehulagrawal commited on
Commit
1e261e9
1 Parent(s): acd2c8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="YOLOv8 Prediction",style={"max-width": "600px"})) # 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="YOLOv8 Prediction",style={"max-width": "600px"}) # Display the output image in its original size
41
 
42
  btn.click(
43
  get_predictions,