Spaces:
Running
on
Zero
Running
on
Zero
Solves 500 error for some users
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def setup_gradio_demo():
|
|
120 |
outputs=transcribe_output,
|
121 |
)
|
122 |
|
123 |
-
demo.launch()
|
124 |
|
125 |
|
126 |
if __name__ == "__main__":
|
|
|
120 |
outputs=transcribe_output,
|
121 |
)
|
122 |
|
123 |
+
demo.launch(ssr_mode=False)
|
124 |
|
125 |
|
126 |
if __name__ == "__main__":
|