muhtasham commited on
Commit
affaf34
1 Parent(s): c68fa9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
  with gr.Row():
68
  with gr.Column():
69
  audio_file =[
70
- gr.Audio(source="microphone", type="filepath", optional=True, live=True ),
71
  gr.Audio(source="upload", type="filepath", optional=True)]
72
  text = gr.Textbox(label="Text", placeholder="If you dont want to record or upload your voice you can input text here")
73
  with gr.Row():
 
67
  with gr.Row():
68
  with gr.Column():
69
  audio_file =[
70
+ gr.Audio(source="microphone", type="filepath", optional=True),
71
  gr.Audio(source="upload", type="filepath", optional=True)]
72
  text = gr.Textbox(label="Text", placeholder="If you dont want to record or upload your voice you can input text here")
73
  with gr.Row():