maharshpatelx commited on
Commit
d9ff7a1
·
verified ·
1 Parent(s): a458187

Change app.py Github link

Browse files

previously link is going no where - 'https://github.com/yourusername/BobVLM'
now it is going to proper code - 'https://github.com/yourusername/BobVLM'

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks(theme=gr.themes.Soft(
80
  It was born out an experiment to train a small adapter layer to see how much it can learn given supervised finetuning (sft) data. The product is a model that can produce detailed and natural
81
  image descriptions.
82
 
83
- [View on GitHub](https://github.com/yourusername/BobVLM) | [Hugging Face Model](https://huggingface.co/selfDotOsman/BobVLM-1.5b)
84
  """
85
  )
86
 
 
80
  It was born out an experiment to train a small adapter layer to see how much it can learn given supervised finetuning (sft) data. The product is a model that can produce detailed and natural
81
  image descriptions.
82
 
83
+ [View on GitHub](https://github.com/logic-OT/BobVLM) | [Hugging Face Model](https://huggingface.co/selfDotOsman/BobVLM-1.5b)
84
  """
85
  )
86