Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ServiceNow-AI
/
Apriel-Chat
like
9
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
bradnow
commited on
May 8
Commit
80a0edc
·
1 Parent(s):
b363c40
turn off ssr
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -204,4 +204,4 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="green")) as demo:
204
outputs=[description_html]
205
)
206
207
-
demo.launch()
204
outputs=[description_html]
205
)
206
207
+
demo.launch(
ssr_mode=False
)