Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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")],
|