Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ css = ".output_image {height: 40rem !important; width: 100% !important;}"
|
|
77 |
gr.Interface(
|
78 |
solve,
|
79 |
[gr.File(file_types='text', label='Input')],
|
80 |
-
["
|
81 |
title=title,
|
82 |
description=description,
|
83 |
article=article,
|
|
|
77 |
gr.Interface(
|
78 |
solve,
|
79 |
[gr.File(file_types='text', label='Input')],
|
80 |
+
[gr.Textbox(label="OCR result"), gr.outputs.Image(type='file', label='OCR image')],
|
81 |
title=title,
|
82 |
description=description,
|
83 |
article=article,
|