Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,6 @@ demo = gr.Interface(
|
|
| 32 |
outputs=gr.Textbox(label="Generated Caption"),
|
| 33 |
title="BLIP Medical Caption Generator",
|
| 34 |
description="Upload an image and get a caption generated by your fine-tuned BLIP model.",
|
| 35 |
-
examples=["example1.png", "example2.png"] # Optional: add example images in your repo
|
| 36 |
)
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
|
|
|
| 32 |
outputs=gr.Textbox(label="Generated Caption"),
|
| 33 |
title="BLIP Medical Caption Generator",
|
| 34 |
description="Upload an image and get a caption generated by your fine-tuned BLIP model.",
|
|
|
|
| 35 |
)
|
| 36 |
|
| 37 |
if __name__ == "__main__":
|