Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
1234aurel
/
MD
Build error

App Files Files Community
Fetching metadata from the HF Docker repository...
MD
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
1234aurel's picture
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
    1.52 kB
    initial commit 4 months ago
  • README.md
    274 Bytes
    initial commit 4 months ago
  • requirements.txt
    1.75 kB
    Create requirements.txt 4 months ago
  • service
    1.69 kB
    Create service 4 months ago