fffiloni commited on
Commit
065c9ab
1 Parent(s): 976da7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,11 +80,11 @@ with gr.Blocks(css=css) as demo:
80
 
81
  gr.HTML(title)
82
 
83
- gpt_response = gr.Video()
84
 
85
  with gr.Column(elem_id="col-container-2"):
86
 
87
- record_input = gr.Audio(source="microphone",type="filepath", show_label=True,elem_id="record_btn")
88
 
89
  send_btn = gr.Button("Send my request !")
90
 
 
80
 
81
  gr.HTML(title)
82
 
83
+ gpt_response = gr.Video(label="Talking Portrait response")
84
 
85
  with gr.Column(elem_id="col-container-2"):
86
 
87
+ record_input = gr.Audio(source="microphone",type="filepath", label="Audio input", show_label=True,elem_id="record_btn")
88
 
89
  send_btn = gr.Button("Send my request !")
90