Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -259,8 +259,7 @@ css = """
|
|
259 |
"""
|
260 |
|
261 |
# Create the Gradio Interface
|
262 |
-
|
263 |
-
with gr.Blocks(css=css, theme="earneleh/paris") as demo:
|
264 |
gr.Markdown("# **[VisionScope R2](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
|
265 |
with gr.Row():
|
266 |
with gr.Column():
|
|
|
259 |
"""
|
260 |
|
261 |
# Create the Gradio Interface
|
262 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
|
263 |
gr.Markdown("# **[VisionScope R2](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
|
264 |
with gr.Row():
|
265 |
with gr.Column():
|