Tomtom84 commited on
Commit
15791e8
·
verified ·
1 Parent(s): 4189fe1

Update app.py

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