Spaces:
Sleeping
Sleeping
Commit
·
502ba81
1
Parent(s):
3b7992d
Updated debug info
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
|
|
69 |
image_in = gr.Image(type="pil")
|
70 |
lang = gr.Dropdown(choices, value="eng")
|
71 |
btn = gr.Button("Run")
|
72 |
-
|
73 |
print("image_in type", type(image_in))
|
74 |
with gr.Column():
|
75 |
ocr_text = gr.TextArea(label="OCR output")
|
|
|
69 |
image_in = gr.Image(type="pil")
|
70 |
lang = gr.Dropdown(choices, value="eng")
|
71 |
btn = gr.Button("Run")
|
72 |
+
print("image_in", image_in.name)
|
73 |
print("image_in type", type(image_in))
|
74 |
with gr.Column():
|
75 |
ocr_text = gr.TextArea(label="OCR output")
|