prithivMLmods commited on
Commit
4e67c60
·
verified ·
1 Parent(s): 705b12a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -259,7 +259,8 @@ css = """
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():
 
259
  """
260
 
261
  # Create the Gradio Interface
262
+ #with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
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():