Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="/
|
| 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
|