Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ interface = gr.Interface(
|
|
| 30 |
gr.Audio(type="filepath", label="Upload Seagulls Audio"),
|
| 31 |
],
|
| 32 |
outputs=gr.Audio(type="filepath", label="Combined Audio"),
|
| 33 |
-
title="
|
| 34 |
description="Upload two audio files (e.g., waves and seagulls) to combine them into one seamless track.",
|
| 35 |
)
|
| 36 |
|
|
|
|
| 30 |
gr.Audio(type="filepath", label="Upload Seagulls Audio"),
|
| 31 |
],
|
| 32 |
outputs=gr.Audio(type="filepath", label="Combined Audio"),
|
| 33 |
+
title="AudioMix_v1",
|
| 34 |
description="Upload two audio files (e.g., waves and seagulls) to combine them into one seamless track.",
|
| 35 |
)
|
| 36 |
|