Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Gregniuki/Pipertts
drewThomasson
/
Pipertts
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Gregniuki
commited on
Oct 2, 2023
Commit
59bb894
·
1 Parent(s):
10de591
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
from fastapi import FastAPI
2
-
3
-
app = FastAPI()
4
-
5
-
@app.get("/")
6
-
async def read_root():
7
-
return {"Hello": "World!"}