Spaces:
Runtime error
Runtime error
Solves 500 error for Some Users (#3)
Browse files- Solves 500 error for Some Users (94dbb201ffcc5d548d969e9ab9fe15f2ae8217cb)
Co-authored-by: Joseph [open/acc] Pollack <[email protected]>
app.py
CHANGED
|
@@ -107,4 +107,4 @@ with gr.Blocks(title="Voxtral Demo") as demo:
|
|
| 107 |
|
| 108 |
# Launch the app
|
| 109 |
if __name__ == "__main__":
|
| 110 |
-
demo.queue().launch(share=False)
|
|
|
|
| 107 |
|
| 108 |
# Launch the app
|
| 109 |
if __name__ == "__main__":
|
| 110 |
+
demo.queue().launch(share=False, ssr_mode=False)
|