bhanusAI commited on
Commit
9aa06fe
·
verified ·
1 Parent(s): b77847f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)