Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
speedartificialintelligence1122
/
text-image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
eb6f71d
text-image
/
app.py
speedartificialintelligence1122
Create app.py
cff8cd2
verified
9 months ago
raw
Copy download link
history
blame
138 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
root
():
return
{
"message"
:
"Welcome to SpeedAI Image Generator ๐"
}