supib4132 commited on
Commit
84fc049
·
verified ·
1 Parent(s): 4a943b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ async def caption_image(file: UploadFile = File(...)):
34
  return {"caption": caption}
35
 
36
  # Mount Gradio at root "/"
37
- app = gr.mount_gradio_app(app, iface, path="/gradio")
38
 
39
  # import gradio as gr
40
  # from inference import generate_rag_caption
 
34
  return {"caption": caption}
35
 
36
  # Mount Gradio at root "/"
37
+ app = gr.mount_gradio_app(app, iface, path="/")
38
 
39
  # import gradio as gr
40
  # from inference import generate_rag_caption