AbdullahNasir commited on
Commit
821995e
·
1 Parent(s): 18bb9ba
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -365,4 +365,4 @@ app = gr.Interface(
365
  description="Upload a video to analyze breathing rate and detect conditions such as Apnea, Tachypnea, and Bradypnea."
366
  )
367
 
368
- app.launch()
 
365
  description="Upload a video to analyze breathing rate and detect conditions such as Apnea, Tachypnea, and Bradypnea."
366
  )
367
 
368
+ app.launch(ssr=False)