Spaces:
Starting
on
T4
Starting
on
T4
Commit
·
ef6c55d
1
Parent(s):
8215576
update endpoint
Browse files- web_server.py +1 -1
web_server.py
CHANGED
@@ -384,4 +384,4 @@ def main_page_endpoint():
|
|
384 |
return HTMLResponse(content=html_content)
|
385 |
|
386 |
|
387 |
-
uvicorn.run(app, port=7860, workers=1)
|
|
|
384 |
return HTMLResponse(content=html_content)
|
385 |
|
386 |
|
387 |
+
uvicorn.run(app, host="0.0.0.0", port=7860, workers=1)
|