Tonic commited on
Commit
13a6a8b
·
verified ·
1 Parent(s): 776d153

Fixes 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,4 +174,4 @@ If you're having issues, try converting your reference audio to WAV or MP3, clip
174
  gr.TabbedInterface([app_tts], ["TTS"])
175
 
176
 
177
- app.launch()
 
174
  gr.TabbedInterface([app_tts], ["TTS"])
175
 
176
 
177
+ app.launch(ssr_mode=False)