Spaces:
Runtime error
Runtime error
Commit ·
e8178cb
1
Parent(s): 3649fe4
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,5 +29,5 @@ output = gr.outputs.Textbox(label= "Number of Yields")
|
|
| 29 |
|
| 30 |
#create interface
|
| 31 |
gui = gr.Interface(fn=crop_yield,
|
| 32 |
-
inputs=[input1, input2, input3, input4],
|
| 33 |
outputs=output).launch()
|
|
|
|
| 29 |
|
| 30 |
#create interface
|
| 31 |
gui = gr.Interface(fn=crop_yield,
|
| 32 |
+
inputs=[input1, input2, input3, input4, input5, input6],
|
| 33 |
outputs=output).launch()
|