Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BiliSakura
/
SRT-Processing-Tool
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
BiliSakura
commited on
Feb 1
Commit
44a5ece
·
1 Parent(s):
45955b5
Enable SSR mode in app.py by setting ssr_mode to False
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -383,4 +383,5 @@ if __name__ == "__main__":
383
server_name="0.0.0.0",
384
server_port=7860,
385
share=False,
386
)
383
server_name="0.0.0.0",
384
server_port=7860,
385
share=False,
386
+
ssr_mode=False,
387
)