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...
lalalic
commited on
Mar 26, 2024
Commit
2839364
·
verified
·
1 Parent(s):
df2e7e2
Update test.py
Browse files
Files changed (1)
hide
show
test.py
+5
-1
test.py
CHANGED
Viewed
@@ -4,4 +4,8 @@ app=Flask(__name__)
4
5
@app.route("/")
6
def hello():
7
-
return "hello flask"
4
5
@app.route("/")
6
def hello():
7
+
return "hello flask"
8
+
9
+
@app.route("/good")
10
+
def hello():
11
+
return "hello good"