Update colab link
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ button.svelte-1lcyrx4[aria-label="user's message: a file of type image/jpeg, "]
|
|
187 |
|
188 |
demo = gr.ChatInterface(
|
189 |
fn=chat,
|
190 |
-
description="""Try [Vintern-1B-v2-ViTable-docvqa](https://huggingface.co/YuukiAsuna/Vintern-1B-v2-ViTable-docvqa) in this demo. Vintern-1B-v2-ViTable-docvqa is a finetuned version of [Vintern-1B-v2](https://huggingface.co/5CD-AI/Vintern-1B-v2)""",
|
191 |
title="Vintern-1B-v2-ViTable-docvqa",
|
192 |
multimodal=True,
|
193 |
css=CSS
|
|
|
187 |
|
188 |
demo = gr.ChatInterface(
|
189 |
fn=chat,
|
190 |
+
description="""Try [Vintern-1B-v2-ViTable-docvqa](https://huggingface.co/YuukiAsuna/Vintern-1B-v2-ViTable-docvqa) in this demo. Vintern-1B-v2-ViTable-docvqa is a finetuned version of [Vintern-1B-v2](https://huggingface.co/5CD-AI/Vintern-1B-v2). This space is running on a CPU, which makes the response time slow. You can use [this Colab](https://colab.research.google.com/drive/1ricMh4BxntoiXIT2CnQvAZjrGZTtx4gj?usp=sharing) with a free T4 GPU for faster responses.""",
|
191 |
title="Vintern-1B-v2-ViTable-docvqa",
|
192 |
multimodal=True,
|
193 |
css=CSS
|