gauri-sharan commited on
Commit
b195407
·
verified ·
1 Parent(s): 21264d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -99,6 +99,9 @@ def search_keywords(extracted_text, keywords):
99
 
100
  # Gradio interface for image input and keyword search
101
  with gr.Blocks() as iface:
 
 
 
102
  # Image upload and text extraction section
103
  with gr.Column():
104
  img_input = gr.Image(type="pil", label="Upload an Image")
 
99
 
100
  # Gradio interface for image input and keyword search
101
  with gr.Blocks() as iface:
102
+ # Add a title at the top of the interface
103
+ gr.HTML("<h1 style='text-align: center'>Byaldi + Qwen2VL</h1>")
104
+
105
  # Image upload and text extraction section
106
  with gr.Column():
107
  img_input = gr.Image(type="pil", label="Upload an Image")