Taizun commited on
Commit
360f58b
·
verified ·
1 Parent(s): aa5fa68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 application is powered by AI tools and brought to you by **Taizun**."
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
  )