Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ysharma
/
Text_Behind_Image
like
154
Running
App
Files
Files
Community
1
fixes 500 error for some users
#1
by
Tonic
- opened
about 13 hours 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
@@ -231,4 +231,4 @@ if __name__ == "__main__":
231
232
# Create and launch the interface
233
app = create_interface()
234
-
app.launch()
231
232
# Create and launch the interface
233
app = create_interface()
234
+
app.launch(
ssr_mode = False
)