Spaces:
Running
on
Zero
Running
on
Zero
Solves 500 error for Some Users (#3)
Browse files- Solves 500 error for Some Users (94dbb201ffcc5d548d969e9ab9fe15f2ae8217cb)
Co-authored-by: Joseph [open/acc] Pollack <Tonic@users.noreply.huggingface.co>
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)
|