Spaces:
Sleeping
Sleeping
t5 commited on
Commit ·
565f928
1
Parent(s): 078483c
apple
Browse files- neo server.py +1 -1
neo server.py
CHANGED
|
@@ -95,4 +95,4 @@ if __name__ == '__main__':
|
|
| 95 |
hh,fl=hhfl([["-port","5000"]],flinput=0)
|
| 96 |
if face!="face" or hh.port:
|
| 97 |
print(hh)
|
| 98 |
-
app.run(port=hh.port)
|
|
|
|
| 95 |
hh,fl=hhfl([["-port","5000"]],flinput=0)
|
| 96 |
if face!="face" or hh.port:
|
| 97 |
print(hh)
|
| 98 |
+
app.run(host="0.0.0.0", port=hh.port)
|