Spaces:
Runtime error
Runtime error
Update server.py
Browse files
server.py
CHANGED
|
@@ -57,7 +57,7 @@ def add_dream():
|
|
| 57 |
def run():
|
| 58 |
if __name__ == "__main__":
|
| 59 |
from os import environ
|
| 60 |
-
application.run(host='0.0.0.0', port=
|
| 61 |
|
| 62 |
t = Thread(target=run)
|
| 63 |
t.start()
|
|
|
|
| 57 |
def run():
|
| 58 |
if __name__ == "__main__":
|
| 59 |
from os import environ
|
| 60 |
+
application.run(host='0.0.0.0', port=7860)
|
| 61 |
|
| 62 |
t = Thread(target=run)
|
| 63 |
t.start()
|