Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 92 |
-
description="Upload a video, and this app will add a
|
| 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
|