rohitp1 commited on
Commit
0d0421b
·
1 Parent(s): f69cfe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ if __name__ == "__main__":
79
  with gr.Row():
80
  ## Input
81
  with gr.Column():
82
- mic_input = gr.Audio(source="microphone", label="Record your own voice")
83
  upl_input = gr.Audio(
84
  source="upload", type="filepath", label="Upload a wav file"
85
  )
 
79
  with gr.Row():
80
  ## Input
81
  with gr.Column():
82
+ mic_input = gr.Audio(source="microphone", type="filepath", label="Record your own voice")
83
  upl_input = gr.Audio(
84
  source="upload", type="filepath", label="Upload a wav file"
85
  )