ParisNeo commited on
Commit
1c157b6
·
1 Parent(s): ee6da3d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ class App():
25
 
26
 
27
  with gr.Blocks() as demo:
28
- gr.Markdown("# BLIP Image question and answer\nThis model allow you to ask questions about an image.\nBrought to gradio by @ParisNeo from the original github Blip code [https://github.com/salesforce/BLIP](https://github.com/salesforce/BLIP)\nThis model is described in this paper :[https://arxiv.org/abs/2201.12086](https://arxiv.org/abs/2201.12086)")
29
  with gr.Row():
30
  self.image_source = gr.inputs.Image(shape=(448, 448))
31
  with gr.Tabs():
 
25
 
26
 
27
  with gr.Blocks() as demo:
28
+ gr.Markdown("# BLIP Image question and answer\nThis model allows you to ask questions about an image and get solid answers.\nIt can be used to caption images for stable diffusion fine tuning purposes or many other applications.\nBrought to gradio by @ParisNeo from the original github Blip code [https://github.com/salesforce/BLIP](https://github.com/salesforce/BLIP)\nThis model is described in this paper :[https://arxiv.org/abs/2201.12086](https://arxiv.org/abs/2201.12086)")
29
  with gr.Row():
30
  self.image_source = gr.inputs.Image(shape=(448, 448))
31
  with gr.Tabs():