lixiang46 commited on
Commit
5f91ae3
·
1 Parent(s): 536baa4

Revert "close api"

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -269,4 +269,6 @@ with gr.Blocks(css=css) as Tryon:
269
  label=None
270
  )
271
 
272
- Tryon.queue(api_open=False).launch(show_api=False)
 
 
 
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()