kasper-boy commited on
Commit
5b45ae1
1 Parent(s): 78f98da

Update PicTalker.py

Browse files
Files changed (1) hide show
  1. PicTalker.py +2 -2
PicTalker.py CHANGED
@@ -32,6 +32,6 @@ def caption_my_image(pil_image):
32
  demo = gr.Interface(fn=caption_my_image,
33
  inputs=[gr.Image(label="Select Image",type="pil")],
34
  outputs=[gr.Audio(label="Image Caption")],
35
- title="@GenAILearniverse Project 8: Image Captioning",
36
- description="THIS APPLICATION WILL BE USED TO CAPTION THE IMAGE.")
37
  demo.launch()
 
32
  demo = gr.Interface(fn=caption_my_image,
33
  inputs=[gr.Image(label="Select Image",type="pil")],
34
  outputs=[gr.Audio(label="Image Caption")],
35
+ title="PicTalker | ImageNarrator | SnapSpeech | SpeakScene",
36
+ description="Turn photos into phonetic wonders with audio captions.")
37
  demo.launch()