vikramvasudevan commited on
Commit
b899963
·
verified ·
1 Parent(s): 0c09527

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ async def build_securely():
177
 
178
  return demo
179
 
180
- sheami_app = asyncio.run(build_securely())
181
 
182
  app = gr.mount_gradio_app(app, sheami_app, path="/gradio", auth_dependency=get_user)
183
 
 
177
 
178
  return demo
179
 
180
+ sheami_app = asyncio.run(build_securely()).queue()
181
 
182
  app = gr.mount_gradio_app(app, sheami_app, path="/gradio", auth_dependency=get_user)
183