JustKiddo commited on
Commit
e6dda88
·
verified ·
1 Parent(s): 7c56fd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=output_img,
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: