prithivMLmods commited on
Commit
aed73b6
·
verified ·
1 Parent(s): 3e5e27d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -214,8 +214,8 @@ css = """
214
  """
215
 
216
  # Create the Gradio Interface
217
- with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
218
- gr.Markdown("# **[Multimodal OCR](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**")
219
  with gr.Row():
220
  with gr.Column():
221
  with gr.Tabs():
 
214
  """
215
 
216
  # Create the Gradio Interface
217
+ with gr.Blocks(css=css) as demo:
218
+ gr.Markdown("# **Multimodal OCR**")
219
  with gr.Row():
220
  with gr.Column():
221
  with gr.Tabs():