Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,6 @@ iface = gr.Interface(
|
|
36 |
inputs=[
|
37 |
gr.Image(type="pil", label="Upload Image"),
|
38 |
gr.Textbox(label="Enter keyword to search (optional)"),
|
39 |
-
gr.CheckboxGroup(choices=language_choices, label="Select languages", default=["eng"])
|
40 |
],
|
41 |
outputs=gr.HTML(label="Extracted and Highlighted Text"),
|
42 |
title="OCR and Keyword Search",
|
|
|
36 |
inputs=[
|
37 |
gr.Image(type="pil", label="Upload Image"),
|
38 |
gr.Textbox(label="Enter keyword to search (optional)"),
|
|
|
39 |
],
|
40 |
outputs=gr.HTML(label="Extracted and Highlighted Text"),
|
41 |
title="OCR and Keyword Search",
|