Spaces:
Running
Running
Commit
·
11f2ef0
1
Parent(s):
6b6ec05
Disabling SSR
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(title="HASHIRU AI", css=css, fill_width=True, fill_height=True) a
|
|
230 |
multimodal=True,
|
231 |
show_progress="full")
|
232 |
|
233 |
-
app = gr.mount_gradio_app(app, demo, path="/hashiru", auth_dependency=get_user)
|
234 |
|
235 |
if __name__ == "__main__":
|
236 |
import uvicorn
|
|
|
230 |
multimodal=True,
|
231 |
show_progress="full")
|
232 |
|
233 |
+
app = gr.mount_gradio_app(app, demo, path="/hashiru", auth_dependency=get_user, ssr_mode=False,)
|
234 |
|
235 |
if __name__ == "__main__":
|
236 |
import uvicorn
|