Update app.py
Browse files
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 |
|