Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks() as demo:
|
|
165 |
ocr_button.click(
|
166 |
get_text,
|
167 |
inputs=img_area,
|
168 |
-
outputs=
|
169 |
api_name="get-ocr-output",
|
170 |
)
|
171 |
submit_button = gr.Button(value="Veriyi Birimlere Yolla")
|
|
|
165 |
ocr_button.click(
|
166 |
get_text,
|
167 |
inputs=img_area,
|
168 |
+
outputs=text_area,
|
169 |
api_name="get-ocr-output",
|
170 |
)
|
171 |
submit_button = gr.Button(value="Veriyi Birimlere Yolla")
|