Update app.py
Browse files
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="
|
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
|