Ahmadkhan12 commited on
Commit
7048a54
·
verified ·
1 Parent(s): ba76d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,8 +88,8 @@ interface = gr.Interface(
88
  gr.Video(label="Video with Background Music"),
89
  gr.Textbox(label="Debug Logs")
90
  ],
91
- title="Add Background Music to Video",
92
- description="Upload a video, and this app will add a 10-second background music track that matches the video duration."
93
  )
94
 
95
  # Launch Gradio app
 
88
  gr.Video(label="Video with Background Music"),
89
  gr.Textbox(label="Debug Logs")
90
  ],
91
+ title="Create Nature Vibes", # Changed the title
92
+ description="Upload a video, and this app will add a background music track that matches the video duration, creating a soothing nature vibe."
93
  )
94
 
95
  # Launch Gradio app