ParisNeo commited on
Commit
eb0a685
·
1 Parent(s): 7130804

upgraded ui

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ class App():
25
 
26
 
27
  with gr.Blocks() as demo:
 
28
  with gr.Row():
29
  self.image_source = gr.inputs.Image(shape=(224, 224))
30
  with gr.Tabs():
 
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.\nAdapted by ParisNeo from the original github Blip code\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=(224, 224))
31
  with gr.Tabs():