Aumkeshchy2003 commited on
Commit
5a4faf9
·
verified ·
1 Parent(s): fe614e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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",