Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UVA-GCOM
/
Team3
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
paragon-analytics
commited on
Apr 19, 2025
Commit
a9dc0d8
·
verified
·
1 Parent(s):
4cd2729
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -238,6 +238,6 @@ with gr.Blocks(title=title) as demo:
238
)
239
240
241
-
demo.launch()
242
243
238
)
239
240
241
+
demo.launch(
ssr_mode=False
)
242
243