prithivMLmods commited on
Commit
5d983a0
·
verified ·
1 Parent(s): 9f83244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():