Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aroy1997
/
deeplearn
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Aroy1997
commited on
May 10, 2025
Commit
e2db4f2
·
verified
·
1 Parent(s):
b1c155c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ demo = gr.Interface(
33
)
34
35
if __name__ == "__main__":
36
-
demo.launch()
33
)
34
35
if __name__ == "__main__":
36
+
demo.launch(
ssr_mode=False
)