lixiang46 commited on
Commit
53cc2e6
1 Parent(s): 86b4c79
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -269,6 +269,4 @@ with gr.Blocks(css=css) as Tryon:
269
  label=None
270
  )
271
 
272
- # ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
273
- # print("ip address", ip)
274
- Tryon.launch()
 
269
  label=None
270
  )
271
 
272
+ Tryon.queue(api_open=False).launch(show_api=False)