Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
lixiang46
commited on
Commit
•
bab38b1
1
Parent(s):
b544ea7
test
Browse files
app.py
CHANGED
@@ -174,4 +174,4 @@ with gr.Blocks(css=css) as Tryon:
|
|
174 |
|
175 |
ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
|
176 |
print("ip address", ip)
|
177 |
-
Tryon.
|
|
|
174 |
|
175 |
ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
|
176 |
print("ip address", ip)
|
177 |
+
Tryon.launch()
|