Tonic commited on
Commit
94dbb20
·
verified ·
1 Parent(s): 02b1764

Solves 500 error for Some Users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/ubMT-dVXruJwtKR-wQhmZ.png)

with no noticeable performance loss

Files changed (1) hide show
  1. app.py +1 -1
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)