Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -240,7 +240,7 @@ css = """
|
|
240 |
"""
|
241 |
|
242 |
# Create the Gradio Interface
|
243 |
-
with gr.Blocks(css=css, theme=
|
244 |
gr.Markdown("# **[Doc VLMs OCR](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
|
245 |
with gr.Row():
|
246 |
with gr.Column():
|
|
|
240 |
"""
|
241 |
|
242 |
# Create the Gradio Interface
|
243 |
+
with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
|
244 |
gr.Markdown("# **[Doc VLMs OCR](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
|
245 |
with gr.Row():
|
246 |
with gr.Column():
|