ajibs75 commited on
Commit
e476017
1 Parent(s): 893d326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="@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()
 
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()