Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -253,6 +253,7 @@ with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
|
|
253 |
)
|
254 |
|
255 |
# Create FastAPI app and mount Gradio
|
|
|
256 |
app = FastAPI()
|
257 |
app.mount("/", demo)
|
258 |
|
|
|
253 |
)
|
254 |
|
255 |
# Create FastAPI app and mount Gradio
|
256 |
+
demo = demo.queue()
|
257 |
app = FastAPI()
|
258 |
app.mount("/", demo)
|
259 |
|