Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
image-to-space
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Solves 500 errors for Some Users
#1
by
Tonic
- opened
2 days ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -103,4 +103,4 @@ def main_ui():
103
104
if __name__ == "__main__":
105
demo = main_ui()
106
-
demo.launch(show_error=True)
103
104
if __name__ == "__main__":
105
demo = main_ui()
106
+
demo.launch(show_error=True
, ssr_mode=False
)