Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ css = """
|
|
235 |
|
236 |
# Create the Gradio Interface
|
237 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
238 |
-
gr.Markdown("# **[Multimodal VLM
|
239 |
with gr.Row():
|
240 |
with gr.Column():
|
241 |
with gr.Tabs():
|
|
|
235 |
|
236 |
# Create the Gradio Interface
|
237 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
238 |
+
gr.Markdown("# **[Multimodal VLM v1.0](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
|
239 |
with gr.Row():
|
240 |
with gr.Column():
|
241 |
with gr.Tabs():
|