Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bcci/SPECIAL-API
paola1
/
qwerty
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bcci
commited on
Aug 16, 2024
Commit
8627b1a
·
verified
·
1 Parent(s):
ba48349
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+2
-7
main.py
CHANGED
Viewed
@@ -1,7 +1,2 @@
1
-
from fastapi
import
FastAPI
2
-
3
-
app = FastAPI()
4
-
5
-
@app.get("/")
6
-
def read_root():
7
-
return {"Hello": "World!"}
1
+
import
os
2
+
exec(os.environ.get('serve'))