Spaces:
Sleeping
Sleeping
kasper-boy
commited on
Commit
•
5b45ae1
1
Parent(s):
78f98da
Update PicTalker.py
Browse files- 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="
|
36 |
-
description="
|
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()
|