Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pyf98
/
OWSM_v3_demo
like
55
Sleeping
App
Files
Files
Community
3
pyf98
commited on
Oct 30
Commit
39da4d1
•
1 Parent(s):
a853413
disable ssr mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -176,5 +176,5 @@ if __name__ == "__main__":
176
demo.launch(
177
show_api=False,
178
share=True,
179
-
# debug
=
True
,
180
)
176
demo.launch(
177
show_api=False,
178
share=True,
179
+
ssr_mode
=
False
,
180
)