ParisNeo
commited on
Commit
·
307d0cd
1
Parent(s):
eb0a685
upgraded Description of the tool
Browse files
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.\
|
29 |
with gr.Row():
|
30 |
self.image_source = gr.inputs.Image(shape=(224, 224))
|
31 |
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.\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=(224, 224))
|
31 |
with gr.Tabs():
|