Spaces:
Sleeping
Sleeping
remove authentication!
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -24,4 +24,4 @@ app.include_router(parse_router, prefix="/parse", tags=["parse-image"])
|
|
| 24 |
# 3. Mount Gradio UI
|
| 25 |
# Now your supervisor can visit http://localhost:8000/ui
|
| 26 |
#app = gr.mount_gradio_app(app, gradio_app, path="/ui")
|
| 27 |
-
app = gr.mount_gradio_app(app, gradio_app, path="/"
|
|
|
|
| 24 |
# 3. Mount Gradio UI
|
| 25 |
# Now your supervisor can visit http://localhost:8000/ui
|
| 26 |
#app = gr.mount_gradio_app(app, gradio_app, path="/ui")
|
| 27 |
+
app = gr.mount_gradio_app(app, gradio_app, path="/")
|