Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
d0tpy
/
media_enhancer
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
2da16bf
media_enhancer
/
app.py
d0tpy
Update app.py
d01a4c2
verified
9 months ago
raw
Copy download link
history
blame
Safe
122 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
greet_json
():
return
{
"Initializing GlamApp Enhancer"
}