SandraCLV commited on
Commit
888f55a
·
1 Parent(s): 837a36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def image_to_text(input_image):
16
  #texts = transcriber(text_output)
17
  return text_output
18
 
19
- gr.Interface(fn=image_to_text_model,
20
  title="Image to Text",
21
  inputs=gr.Image(type='pil'),
22
  outputs=[gr.Textbox(label="Output")],
 
16
  #texts = transcriber(text_output)
17
  return text_output
18
 
19
+ gr.Interface(fn=image_to_text,
20
  title="Image to Text",
21
  inputs=gr.Image(type='pil'),
22
  outputs=[gr.Textbox(label="Output")],