Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ demo = gr.Interface(
|
|
29 |
outputs=[gr.Audio(label="Generated Audio Caption")],
|
30 |
title="Image Captioning and Narration",
|
31 |
description=(
|
32 |
-
"Upload an image to generate a descriptive caption and listen to its narration
|
33 |
-
"This
|
34 |
),
|
35 |
theme="compact" # Use a minimalistic theme
|
36 |
)
|
|
|
29 |
outputs=[gr.Audio(label="Generated Audio Caption")],
|
30 |
title="Image Captioning and Narration",
|
31 |
description=(
|
32 |
+
"Upload an image to generate a descriptive caption and listen to its narration.\n"
|
33 |
+
"This app is brought to you by **Taizun**."
|
34 |
),
|
35 |
theme="compact" # Use a minimalistic theme
|
36 |
)
|