Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -54,8 +54,3 @@ app.mount('/', StaticFiles(directory="static", html=True), name="static")
|
|
54 |
@app.get('/')
|
55 |
def index() -> FileResponse:
|
56 |
return FileResponse('/app/static/index.html', media_type="text/html")
|
57 |
-
|
58 |
-
|
59 |
-
if __name__ == "__main__":
|
60 |
-
import uvicorn
|
61 |
-
uvicorn.run(app, host="127.0.0.1", port=5050)
|
|
|
54 |
@app.get('/')
|
55 |
def index() -> FileResponse:
|
56 |
return FileResponse('/app/static/index.html', media_type="text/html")
|
|
|
|
|
|
|
|
|
|