Update app.py
Browse files
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(
|
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():
|