khalednabawi11 commited on
Commit
ee43c87
·
verified ·
1 Parent(s): 3924a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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__":