ssiddharth commited on
Commit
d88cddc
1 Parent(s): 4caf25d

Update app.py

Browse files

Added the code so that it shows an error

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,4 +262,4 @@ with gr.Blocks(css=css) as Tryon:
262
 
263
  # ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
264
  # print("ip address", ip)
265
- Tryon.launch()
 
262
 
263
  # ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
264
  # print("ip address", ip)
265
+ Tryon.launch(show_error=True)