Alizmoh98 commited on
Commit
9b12844
·
1 Parent(s): bc3a744

remove authentication!

Browse files
Files changed (1) hide show
  1. 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="/", auth=("irandoc", "12345678"))
 
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="/")