Spaces:
Sleeping
Sleeping
sotirios-slv
commited on
Commit
•
77f0d19
1
Parent(s):
a7f196b
Updated excel writer engine- requirements too
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
|
|
73 |
with gr.Row():
|
74 |
with gr.Column():
|
75 |
image_in = gr.Image(type="pil", mirror_webcam=False)
|
76 |
-
lang = gr.Dropdown(choices, value="eng")
|
77 |
btn = gr.Button("Run")
|
78 |
with gr.Column():
|
79 |
ocr_text = gr.TextArea(label="OCR output")
|
|
|
73 |
with gr.Row():
|
74 |
with gr.Column():
|
75 |
image_in = gr.Image(type="pil", mirror_webcam=False)
|
76 |
+
lang = gr.Dropdown(choices, value="eng", label="Select language")
|
77 |
btn = gr.Button("Run")
|
78 |
with gr.Column():
|
79 |
ocr_text = gr.TextArea(label="OCR output")
|
requirements.txt
CHANGED
@@ -2,4 +2,4 @@ flair
|
|
2 |
gradio
|
3 |
pytesseract
|
4 |
torch
|
5 |
-
|
|
|
2 |
gradio
|
3 |
pytesseract
|
4 |
torch
|
5 |
+
xlsxwriter
|