Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
saq1b/podcastgen
Rausda6
/
podcastgen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rausda6
commited on
May 22
Commit
d048b01
·
verified
·
1 Parent(s):
0eb057e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -439,7 +439,7 @@ def main():
439
show_progress=True
440
)
441
442
-
demo.launch()
443
444
if __name__ == "__main__":
445
main()
439
show_progress=True
440
)
441
442
+
demo.launch(
ssr_mode=False
)
443
444
if __name__ == "__main__":
445
main()