hackerbyhobby
commited on
updated app to have user choose text or OCR
Browse files
app.py
CHANGED
@@ -177,7 +177,6 @@ demo = gr.Interface(
|
|
177 |
gr.Image(
|
178 |
type="pil",
|
179 |
label="Upload a Screenshot",
|
180 |
-
tool="editor"
|
181 |
)
|
182 |
],
|
183 |
outputs="json",
|
|
|
177 |
gr.Image(
|
178 |
type="pil",
|
179 |
label="Upload a Screenshot",
|
|
|
180 |
)
|
181 |
],
|
182 |
outputs="json",
|