irotem98 commited on
Commit
a5a67ad
β€’
1 Parent(s): 145d81c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -66,9 +66,10 @@ interface = gr.Interface(
66
  outputs="text",
67
  title="Image Caption Generator",
68
  description=(
69
- f"The default question is: '{default_question}'. "
70
- "Please note that the inference may take up to 200 seconds due to long captions and CPU limitations. "
71
- "You can find the model [here](https://huggingface.co/irotem98/edge_vlm)."
 
72
  )
73
  )
74
  # Launch the interface
 
66
  outputs="text",
67
  title="Image Caption Generator",
68
  description=(
69
+ f"The default question is: '{default_question}'.\n\n"
70
+ "Please note that the inference may take up to 200 seconds due to long captions and CPU limitations.\n\n"
71
+ "[![Hugging Face Model](https://img.shields.io/badge/Hugging%20Face-Model-blue)](https://huggingface.co/irotem98/edge_vlm) "
72
+ "[![GitHub Repo](https://img.shields.io/badge/GitHub-Repo-green)](https://github.com/rotem154154/edge_vlm)"
73
  )
74
  )
75
  # Launch the interface