Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1234aurel
/
MD
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
12096ce
MD
Ctrl+K
Ctrl+K
1 contributor
History:
6 commits
1234aurel
Create requirements.txt
12096ce
verified
4 months ago
app.pyfrom fastapi import FastAPI app = FastAPI() @app.get("
Create app.pyfrom fastapi import FastAPI app = FastAPI() @app.get("/") def greet_json(): return {"Hello": "World!"}
4 months ago
.gitattributes
Safe
1.52 kB
initial commit
4 months ago
README.md
Safe
274 Bytes
initial commit
4 months ago
requirements.txt
Safe
1.75 kB
Create requirements.txt
4 months ago
service
Safe
1.69 kB
Create service
4 months ago