Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepak6593
/
mlAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kandi1clickkits
commited on
Jan 25, 2024
Commit
aafbd27
·
1 Parent(s):
ad90944
import
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from fastapi import
fastapi
2
app = FastAPI()
3
4
@app.get("/hello")
1
+
from fastapi import
FastAPI
2
app = FastAPI()
3
4
@app.get("/hello")