atz21 commited on
Commit
d9e3610
·
verified ·
1 Parent(s): e51570e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Audio Combiner",
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