Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crcdng
/
cyber
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
crcdng
commited on
Feb 27
Commit
cf5f2b0
·
1 Parent(s):
f2dc1a3
ssr off
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ with gr.Blocks(theme='crcdng/cyber') as demo:
136
137
138
if __name__ == "__main__":
139
-
demo.queue().launch()
136
137
138
if __name__ == "__main__":
139
+
demo.queue().launch(
ssr_mode=False
)