Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -274,7 +274,7 @@ def create_gradio_interface():
|
|
| 274 |
.process-button:hover { background-color: darkblue !important; transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important; }
|
| 275 |
"""
|
| 276 |
with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
| 277 |
-
gr.Markdown("# Multimodal VLM v1.0
|
| 278 |
gr.Markdown("Explore the capabilities of various Vision Language Models for tasks like OCR, VQA, and Object Detection.")
|
| 279 |
|
| 280 |
with gr.Tabs():
|
|
|
|
| 274 |
.process-button:hover { background-color: darkblue !important; transform: translateY(-2px) !important; box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important; }
|
| 275 |
"""
|
| 276 |
with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
|
| 277 |
+
gr.Markdown("# Multimodal VLM v1.0 ⚡")
|
| 278 |
gr.Markdown("Explore the capabilities of various Vision Language Models for tasks like OCR, VQA, and Object Detection.")
|
| 279 |
|
| 280 |
with gr.Tabs():
|