fireedman commited on
Commit
7655430
·
verified ·
1 Parent(s): bec4af0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,5 +1,4 @@
1
  # interfaceV3.py
2
-
3
  import gradio as gr
4
  import shutil
5
  import os
@@ -89,7 +88,7 @@ def interfaz():
89
  with gr.Row():
90
  with gr.Column():
91
  gr.Video(VIDEO_PATH, loop=True, autoplay=True, height=300, width=500)
92
- audio_input = gr.Audio(source="microphone", type="filepath", label="Graba tu voz")
93
  estado_grabacion = gr.Textbox(label="Estado", interactive=False)
94
 
95
  with gr.Column():
 
1
  # interfaceV3.py
 
2
  import gradio as gr
3
  import shutil
4
  import os
 
88
  with gr.Row():
89
  with gr.Column():
90
  gr.Video(VIDEO_PATH, loop=True, autoplay=True, height=300, width=500)
91
+ audio_input = gr.Audio(label="Graba tu voz", type="filepath", format="wav")
92
  estado_grabacion = gr.Textbox(label="Estado", interactive=False)
93
 
94
  with gr.Column():