Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lalalic
/
xtts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2839364
xtts
/
test.py
lalalic
Update test.py
2839364
verified
over 1 year ago
raw
Copy download link
history
blame
157 Bytes
from
flask
import
Flask
app=Flask(__name__)
@app.route(
"/"
)
def
hello
():
return
"hello flask"
@app.route(
"/good"
)
def
hello
():
return
"hello good"