Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
PlayHT/roast_your_pic
PlayHT
/
get_rizzed
like
2
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
1littlecoder
commited on
Oct 31, 2024
Commit
e0c831f
·
verified
·
1 Parent(s):
b326bed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ iface = gr.Interface(
50
description="Convert text into realistic speech using Play.ht."
51
)
52
53
-
iface.launch()
50
description="Convert text into realistic speech using Play.ht."
51
)
52
53
+
iface.launch(
debug = True
)