Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -265,7 +265,7 @@ css = """
|
|
265 |
"""
|
266 |
|
267 |
# Create the Gradio Interface
|
268 |
-
with gr.Blocks(css=css, theme=
|
269 |
gr.Markdown(
|
270 |
"# **[Multimodal VLMs [MathQA | OCR]](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**"
|
271 |
)
|
|
|
265 |
"""
|
266 |
|
267 |
# Create the Gradio Interface
|
268 |
+
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
269 |
gr.Markdown(
|
270 |
"# **[Multimodal VLMs [MathQA | OCR]](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**"
|
271 |
)
|