Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
lixiang46
commited on
Commit
·
5f91ae3
1
Parent(s):
536baa4
Revert "close api"
Browse files
app.py
CHANGED
@@ -269,4 +269,6 @@ with gr.Blocks(css=css) as Tryon:
|
|
269 |
label=None
|
270 |
)
|
271 |
|
272 |
-
|
|
|
|
|
|
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()
|