Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/kitchen_sink_main
pngwn
/
iframe_long
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pngwn
HF Staff
commited on
29 days ago
Commit
f072124
·
verified
·
1 Parent(s):
9e92c6c
Update run.py
Browse files
Files changed (1)
hide
show
run.py
+1
-1
run.py
CHANGED
Viewed
@@ -161,4 +161,4 @@ demo = gr.Interface(
161
)
162
163
if __name__ == "__main__":
164
-
demo.launch()
161
)
162
163
if __name__ == "__main__":
164
+
demo.launch(
ssr_mode=False
)