Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shreyas1441AI
/
Codec
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Shreyas1441AI
commited on
Mar 16
Commit
37ed967
·
verified
·
1 Parent(s):
3e91cb3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,5 @@ demo = gr.Interface(
17
)
18
19
if __name__ == "__main__":
20
-
demo.launch()
17
)
18
19
if __name__ == "__main__":
20
+
# Disable SSR here to fix the Hugging Face health check
21
+
demo.launch(ssr_mode=False)