Spaces:
Running
on
Zero
Running
on
Zero
Fixes 500 error for some users (#2)
Browse files- Fixes 500 error for some users (13a6a8bfeb1a8d6355f78eac5e92437854c7a98b)
Co-authored-by: Joseph [open/acc] Pollack <[email protected]>
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)
|