Muhammad Anas Akhtar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ demo = gr.Interface(
|
|
83 |
gr.Audio(label="Generated Audio"),
|
84 |
gr.Textbox(label="Generated Caption")
|
85 |
],
|
86 |
-
title="
|
87 |
description="""
|
88 |
Upload an image and the application will:
|
89 |
1. Generate a descriptive caption for the image
|
|
|
83 |
gr.Audio(label="Generated Audio"),
|
84 |
gr.Textbox(label="Generated Caption")
|
85 |
],
|
86 |
+
title="Image Captioning with Audio",
|
87 |
description="""
|
88 |
Upload an image and the application will:
|
89 |
1. Generate a descriptive caption for the image
|