Spaces:
Runtime error
Runtime error
ai.vietqt
commited on
Commit
·
9d1d77c
1
Parent(s):
4f85ffb
deploy fix
Browse files- run_app.py +0 -11
run_app.py
DELETED
@@ -1,11 +0,0 @@
|
|
1 |
-
import uvicorn
|
2 |
-
from fastapi import FastAPI
|
3 |
-
|
4 |
-
app = FastAPI()
|
5 |
-
|
6 |
-
@app.get("/")
|
7 |
-
def home():
|
8 |
-
return {"Hello": "World"}
|
9 |
-
|
10 |
-
if __name__ == "__main__":
|
11 |
-
uvicorn.run("hello_world_fastapi:app")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|