Spaces:
Sleeping
Sleeping
Kaixuanliu
commited on
Commit
•
02b64ae
1
Parent(s):
3667b1a
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from about import (
|
|
18 |
TITLE,
|
19 |
)
|
20 |
|
21 |
-
myip = "146.152.224.
|
22 |
myport=8080
|
23 |
is_spaces = True if "SPACE_ID" in os.environ else False
|
24 |
is_shared_ui = False
|
|
|
18 |
TITLE,
|
19 |
)
|
20 |
|
21 |
+
myip = "146.152.224.103"
|
22 |
myport=8080
|
23 |
is_spaces = True if "SPACE_ID" in os.environ else False
|
24 |
is_shared_ui = False
|