iamomtiwari commited on
Commit
49337b0
·
verified ·
1 Parent(s): 855dd12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def predict(image, feedback):
65
  # Create Gradio Interface
66
  interface = gr.Interface(
67
  fn=predict,
68
- inputs=["image", gr.Radio(["yes", "no"], label="Is the prediction correct?")],
69
  outputs="text"
70
  )
71
 
 
65
  # Create Gradio Interface
66
  interface = gr.Interface(
67
  fn=predict,
68
+ inputs=["image", gr.Radio(["yes", "no"], label="Is it a crop like corn, rice, sugarcane, wheat??")],
69
  outputs="text"
70
  )
71