fffiloni commited on
Commit
84ddd8e
1 Parent(s): 6c305c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
48
  with gr.Column():
49
  image_in = gr.Image(label="Portrait IN", type="filepath", value="einstein.jpg")
50
  with gr.Column():
51
- voice = gr.Audio(type="filepath", label="Upload or Record Speaker audio (Optional)")
52
  text = gr.Textbox(label="text")
53
  submit_btn = gr.Button('Submit')
54
  with gr.Column():
 
48
  with gr.Column():
49
  image_in = gr.Image(label="Portrait IN", type="filepath", value="einstein.jpg")
50
  with gr.Column():
51
+ voice = gr.Audio(type="filepath", label="Upload or Record Speaker audio (Optional voice cloning)")
52
  text = gr.Textbox(label="text")
53
  submit_btn = gr.Button('Submit')
54
  with gr.Column():