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