Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -255,6 +255,6 @@ with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
|
|
| 255 |
# Launch the app
|
| 256 |
if __name__ == "__main__":
|
| 257 |
try:
|
| 258 |
-
demo.queue().launch(share=False,
|
| 259 |
except Exception as e:
|
| 260 |
print(f"Error launching app: {e}")
|
|
|
|
| 255 |
# Launch the app
|
| 256 |
if __name__ == "__main__":
|
| 257 |
try:
|
| 258 |
+
demo.queue().launch(share=False, ssr_mode=False)
|
| 259 |
except Exception as e:
|
| 260 |
print(f"Error launching app: {e}")
|