Kaixuanliu commited on
Commit
83a1864
·
verified ·
1 Parent(s): ba4e165

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from about import (
16
  )
17
 
18
  myip = "34.219.98.113"
19
- myport=80
20
  is_spaces = True if "SPACE_ID" in os.environ else False
21
  is_shared_ui = False
22
 
 
16
  )
17
 
18
  myip = "34.219.98.113"
19
+ myport=8080
20
  is_spaces = True if "SPACE_ID" in os.environ else False
21
  is_shared_ui = False
22