Hugging Face
Models
Datasets
Spaces
Posts
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
7f9019b
·
verified
·
1 Parent(s):
e085c85
Create test.py
Browse files
Files changed (1)
hide
show
test.py
+7
-0
test.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import Flask
2
+
3
+
app=Flask(__name__)
4
+
5
+
@app.route("/")
6
+
def hello():
7
+
return "hello flask"