Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ css = """
|
|
268 |
# Create the Gradio Interface
|
269 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
270 |
gr.Markdown(
|
271 |
-
"# **[Multimodal VLMs [OCR |
|
272 |
)
|
273 |
with gr.Row():
|
274 |
with gr.Column():
|
|
|
268 |
# Create the Gradio Interface
|
269 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
270 |
gr.Markdown(
|
271 |
+
"# **[Multimodal VLMs [OCR | VQA]](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**"
|
272 |
)
|
273 |
with gr.Row():
|
274 |
with gr.Column():
|