Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|