preston-cell commited on
Commit
497cd4c
·
verified ·
1 Parent(s): 629e04f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ iface = gr.Interface(
26
  inputs=gr.Image(type='pil', label="Upload Image"),
27
  outputs=[
28
  gr.Audio(type="filepath", label="Generated Audio"),
29
- gr.Textbox(label="Generated Caption")
30
  ],
31
  title="SeeSay: Image to Speech",
32
  description="Upload an image to generate a caption and hear it described with speech."
 
26
  inputs=gr.Image(type='pil', label="Upload Image"),
27
  outputs=[
28
  gr.Audio(type="filepath", label="Generated Audio"),
29
+ "text")
30
  ],
31
  title="SeeSay: Image to Speech",
32
  description="Upload an image to generate a caption and hear it described with speech."