Shreyas1441AI commited on
Commit
37ed967
·
verified ·
1 Parent(s): 3e91cb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -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)