Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
starvector
/
starvector-1b-im2svg
like
229
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
main
starvector-1b-im2svg
/
app.py
hz2475
init
3ca1ca3
12 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
from
fastapi
import
FastAPI
app = FastAPI()
@app.get(
"/"
)
def
greet_json
():
return
{
"Hello"
:
"World!"
}