Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ theme = gr.themes.Base()
|
|
59 |
# Gradio interface for voice chat
|
60 |
with gr.Blocks() as voice:
|
61 |
with gr.Row():
|
62 |
-
input = gr.Audio(label="Voice Chat",
|
63 |
output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True, elem_classes="audio")
|
64 |
gr.Interface(
|
65 |
fn=respond,
|
|
|
59 |
# Gradio interface for voice chat
|
60 |
with gr.Blocks() as voice:
|
61 |
with gr.Row():
|
62 |
+
input = gr.Audio(label="Voice Chat", type="filepath", waveform_options=False)
|
63 |
output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True, elem_classes="audio")
|
64 |
gr.Interface(
|
65 |
fn=respond,
|