Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xidu
/
gmini
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gmini
/
app_7864.py
xidu
refactor: Final attempt with pure python gateway
b5077ac
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
read_root
():
return
{
"message"
:
"Response from Service #3 on Port 7864"
}