Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jerpint
/
talk-to-resume
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jerpint
commited on
Jan 13
Commit
7f73d6c
·
1 Parent(s):
4df5e6a
disable ssr
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -110,4 +110,4 @@ with gr.Blocks() as demo:
110
111
112
if __name__ == "__main__":
113
-
demo.launch()
110
111
112
if __name__ == "__main__":
113
+
demo.launch(
ssr_mode=False
)