cdminix commited on
Commit
7db0216
·
verified ·
1 Parent(s): 5f95221

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,9 +49,9 @@ def main():
49
  label="Text",
50
  )
51
 
52
- reference_audio = gr.Audio(label="Reference Audio", type="filepath"),
53
 
54
- output_audio = gr.Audio(label="Audio:")
55
  # download_audio = gr.Audio(label="dowanload audio:")
56
  interface = gr.Interface(
57
  fn=inference,
 
49
  label="Text",
50
  )
51
 
52
+ reference_audio = gr.Audio(label="Reference Audio", type="filepath")
53
 
54
+ output_audio = gr.Audio(label="Generated Speech")
55
  # download_audio = gr.Audio(label="dowanload audio:")
56
  interface = gr.Interface(
57
  fn=inference,