Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,13 +52,6 @@ with gr.Blocks() as voice:
|
|
52 |
with gr.Row():
|
53 |
input = gr.Audio(label="Voice Chat", sources="microphone", type="filepath", waveform_options=False)
|
54 |
output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True)
|
55 |
-
|
56 |
-
gr.Interface(
|
57 |
-
fn=respond,
|
58 |
-
inputs=[input],
|
59 |
-
outputs=[output],
|
60 |
-
live=True,
|
61 |
-
)
|
62 |
|
63 |
theme = gr.themes.Base()
|
64 |
|
|
|
52 |
with gr.Row():
|
53 |
input = gr.Audio(label="Voice Chat", sources="microphone", type="filepath", waveform_options=False)
|
54 |
output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
theme = gr.themes.Base()
|
57 |
|