Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,4 +92,4 @@ demo = gr.Interface(sepia,
|
|
92 |
[gr.Image(),gr.Radio(["Apple","Blueberry","Cherry","Corn","Grape","Orange","Peach","Pepper","Potato","Raspberry","Soybean","Squash","Strawberry","Tomato"])],
|
93 |
["number","number","text","number","text","number"],
|
94 |
)
|
95 |
-
demo.launch(share=True)
|
|
|
92 |
[gr.Image(),gr.Radio(["Apple","Blueberry","Cherry","Corn","Grape","Orange","Peach","Pepper","Potato","Raspberry","Soybean","Squash","Strawberry","Tomato"])],
|
93 |
["number","number","text","number","text","number"],
|
94 |
)
|
95 |
+
demo.launch(share=True,show_error=True)
|