Spaces:
Sleeping
Sleeping
Commit
·
821995e
1
Parent(s):
18bb9ba
ssr=False
Browse files
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)
|