Update app.py
#3
by
ssiddharth
- opened
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)
|