Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def caption_my_image(image_path):
|
|
29 |
demo = gr.Interface(fn=caption_my_image,
|
30 |
inputs=[gr.Image(label="Image",type="pil")],
|
31 |
outputs=[gr.Audio(label="Image Caption")],
|
32 |
-
title="@
|
33 |
description="This app generates a caption for an image and converts the caption to speech.")
|
34 |
|
35 |
demo.launch()
|
|
|
29 |
demo = gr.Interface(fn=caption_my_image,
|
30 |
inputs=[gr.Image(label="Image",type="pil")],
|
31 |
outputs=[gr.Audio(label="Image Caption")],
|
32 |
+
title="@SmartChoiceLearningHub HF project 1 :Image to Text to Speech",
|
33 |
description="This app generates a caption for an image and converts the caption to speech.")
|
34 |
|
35 |
demo.launch()
|