Spaces:
Sleeping
Sleeping
whitecolor
commited on
Commit
•
f46b2c4
1
Parent(s):
0e5a658
Update app.py
Browse files
app.py
CHANGED
@@ -187,5 +187,4 @@ if __name__ == "__main__":
|
|
187 |
ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
|
188 |
print("ip address alibaba", ip)
|
189 |
demo.queue(max_size=10)
|
190 |
-
demo.launch()
|
191 |
-
|
|
|
187 |
ip = requests.get('http://ifconfig.me/ip', timeout=1).text.strip()
|
188 |
print("ip address alibaba", ip)
|
189 |
demo.queue(max_size=10)
|
190 |
+
demo.launch()
|
|