kevinwang676 commited on
Commit
08fda23
·
1 Parent(s): 4fd2cd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ with gr.Blocks() as demo:
231
 
232
 
233
  with gr.Row().style(equal_height=True):
234
- inp5 = gr.Audio(label="Reference Audio for Voice Cloning")
235
  inp6 = out1
236
  inp7 = out1
237
 
 
231
 
232
 
233
  with gr.Row().style(equal_height=True):
234
+ inp5 = gr.Audio(label="Upload Reference Audio for Voice Cloning Here")
235
  inp6 = out1
236
  inp7 = out1
237