Spaces:
Runtime error
Runtime error
Solves 500 error for some users
#1
by
Tonic
- opened
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__":
|