Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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."
|