Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ css = """
|
|
201 |
"""
|
202 |
|
203 |
# Create the Gradio Interface
|
204 |
-
with gr.Blocks(css=css, theme="
|
205 |
gr.Markdown("# **[Doc VLMs](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
|
206 |
with gr.Row():
|
207 |
with gr.Column():
|
|
|
201 |
"""
|
202 |
|
203 |
# Create the Gradio Interface
|
204 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
205 |
gr.Markdown("# **[Doc VLMs](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
|
206 |
with gr.Row():
|
207 |
with gr.Column():
|