Spaces:
Build error
Build error
Commit
·
9dc1c8f
1
Parent(s):
0d706cb
build: change startup process
Browse files
app.py
CHANGED
|
@@ -77,4 +77,4 @@ async def upload(
|
|
| 77 |
# demo.launch(auth=auth if not IS_DEV else None)
|
| 78 |
|
| 79 |
if __name__=='__main__':
|
| 80 |
-
uvicorn.run('app:app', reload=True)
|
|
|
|
| 77 |
# demo.launch(auth=auth if not IS_DEV else None)
|
| 78 |
|
| 79 |
if __name__=='__main__':
|
| 80 |
+
uvicorn.run('app:app', host='0.0.0.0', port=7860, reload=True)
|