Pontonkid commited on
Commit
ef6ea65
·
verified ·
1 Parent(s): bd2da60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ main_tab = gr.Interface(
38
  inputs=[gr.Image(label="Select Image", type="pil")],
39
  outputs=[gr.Audio(label="Generated Audio")],
40
  title="Image Audio Captioning App",
41
- description="Upload an image, and the app will generate a textual description and convert it into speech."
42
  )
43
 
44
  # Information tab
 
38
  inputs=[gr.Image(label="Select Image", type="pil")],
39
  outputs=[gr.Audio(label="Generated Audio")],
40
  title="Image Audio Captioning App",
41
+ description="This application provides audio descriptions for images.."
42
  )
43
 
44
  # Information tab