Spaces:
Running
Running
Commit
·
f693974
1
Parent(s):
54ccef4
ui
Browse files
ui.py
CHANGED
@@ -495,7 +495,7 @@ fastapi_app = create_fastapi_app()
|
|
495 |
gradio_app = create_gradio_app()
|
496 |
|
497 |
# Mount Gradio app to FastAPI
|
498 |
-
fastapi_app.mount("/", gradio_app.app)
|
499 |
|
500 |
if __name__ == "__main__":
|
501 |
import uvicorn
|
|
|
495 |
gradio_app = create_gradio_app()
|
496 |
|
497 |
# Mount Gradio app to FastAPI
|
498 |
+
fastapi_app.mount("/ui", gradio_app.app)
|
499 |
|
500 |
if __name__ == "__main__":
|
501 |
import uvicorn
|