Spaces:
Runtime error
Runtime error
remove_embargo
#27
by
HugoLaurencon
- opened
- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
@@ -334,13 +334,13 @@ textbox = gr.Textbox(
|
|
334 |
scale=6,
|
335 |
)
|
336 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
337 |
-
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground
|
338 |
with gr.Row(variant="panel"):
|
339 |
with gr.Column(scale=2):
|
340 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
341 |
with gr.Column(scale=5):
|
342 |
gr.Markdown("""
|
343 |
-
|
344 |
<br>IDEFICS (which stands for **I**mage-aware **D**ecoder **E**nhanced à la **F**lamingo with **I**nterleaved **C**ross-attention**S**) is an open-access reproduction of [Flamingo](https://huggingface.co/papers/2204.14198), a closed-source visual language model developed by Deepmind. IDEFICS was built solely on publicly available data and models. It is currently the only visual language model of this scale (80 billion parameters) that is available in open-access.
|
345 |
|
346 |
📚 The variants available in this demo were fine-tuned on a mixture of supervised and instruction fine-tuning datasets to make the models more suitable in conversational settings. For more details, we refer to our [blog post](https://huggingface.co/blog/idefics).
|
|
|
334 |
scale=6,
|
335 |
)
|
336 |
with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
|
337 |
+
gr.HTML("""<h1 align="center">🐶 IDEFICS Playground</h1>""")
|
338 |
with gr.Row(variant="panel"):
|
339 |
with gr.Column(scale=2):
|
340 |
gr.Image(IDEFICS_LOGO, elem_id="banner-image", show_label=False, show_download_button=False)
|
341 |
with gr.Column(scale=5):
|
342 |
gr.Markdown("""
|
343 |
+
This demo showcases **IDEFICS**, a open-access large visual language model. Like GPT-4, the multimodal model accepts arbitrary sequences of image and text inputs and produces text outputs. IDEFICS can answer questions about images, describe visual content, create stories grounded in multiple images, etc.
|
344 |
<br>IDEFICS (which stands for **I**mage-aware **D**ecoder **E**nhanced à la **F**lamingo with **I**nterleaved **C**ross-attention**S**) is an open-access reproduction of [Flamingo](https://huggingface.co/papers/2204.14198), a closed-source visual language model developed by Deepmind. IDEFICS was built solely on publicly available data and models. It is currently the only visual language model of this scale (80 billion parameters) that is available in open-access.
|
345 |
|
346 |
📚 The variants available in this demo were fine-tuned on a mixture of supervised and instruction fine-tuning datasets to make the models more suitable in conversational settings. For more details, we refer to our [blog post](https://huggingface.co/blog/idefics).
|