Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pixeltable
/
Document-to-Audio-Synthesis
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
PierreBrunelle
commited on
Oct 23, 2024
Commit
1c0e277
·
verified
·
1 Parent(s):
f477d87
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -248,4 +248,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
248
)
249
250
if __name__ == "__main__":
251
-
demo.launch(
debug=True
)
248
)
249
250
if __name__ == "__main__":
251
+
demo.launch()