bhanusAI commited on
Commit
b2c5661
1 Parent(s): cd746d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ def sepia(img,plant_type):
91
  demo = gr.Interface(sepia,
92
  [gr.Image(),gr.Radio(["Apple","Blueberry","Cherry","Corn","Grape","Orange","Peach","Pepper","Potato","Raspberry","Soybean","Squash","Strawberry","Tomato"])],
93
  ["text","number","text","number"],
94
- live=True)
95
  demo.launch(share=True)
 
91
  demo = gr.Interface(sepia,
92
  [gr.Image(),gr.Radio(["Apple","Blueberry","Cherry","Corn","Grape","Orange","Peach","Pepper","Potato","Raspberry","Soybean","Squash","Strawberry","Tomato"])],
93
  ["text","number","text","number"],
94
+ )
95
  demo.launch(share=True)