Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cheberle
/
testtrain
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cheberle
commited on
Jan 17
Commit
182622a
·
1 Parent(s):
974dd09
f
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ demo = gr.Interface(
59
)
60
61
if __name__ == "__main__":
62
-
demo.launch(debug=True
, ssr=False
) #
Disable
SSR
for compatibility
59
)
60
61
if __name__ == "__main__":
62
+
demo.launch(debug=True) #
Removed
ssr
argument