Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks() as generated_output:
|
|
43 |
with gr.Row():
|
44 |
gr.Interface(
|
45 |
fn=process_image,
|
46 |
-
inputs=
|
47 |
outputs=gr.Textbox(label="Recognized Text"),
|
48 |
show_progress="full")
|
49 |
#with gr.Blocks() as generated_output:
|
|
|
43 |
with gr.Row():
|
44 |
gr.Interface(
|
45 |
fn=process_image,
|
46 |
+
inputs=gr.Image(type="numpy"),
|
47 |
outputs=gr.Textbox(label="Recognized Text"),
|
48 |
show_progress="full")
|
49 |
#with gr.Blocks() as generated_output:
|