Spaces:
Sleeping
Sleeping
iamomtiwari
commited on
Update app.py
Browse files
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
|
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 |
|