prithivMLmods commited on
Commit
cbdc9ab
·
verified ·
1 Parent(s): 9670906

Update app.py

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