Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ka1kuk/prozy-anywhere
ka1kuk
/
fastapi
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ka1kuk
commited on
Jun 29, 2023
Commit
7fb8c56
·
1 Parent(s):
696db06
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -26,7 +26,7 @@ pipe.safety_checker = dummy
26
27
@app.route('/')
28
def hello():
29
-
return
{
"Hello"
: Artist}
30
31
32
@app.route('/gen')
26
27
@app.route('/')
28
def hello():
29
+
return "Hello
, I'm Linlada
"
30
31
32
@app.route('/gen')