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_audio = gr.Audio(
|
63 |
output_audio = gr.Audio(type="filepath", label="CrucialCoach", interactive=False, autoplay=True, elem_classes="audio")
|
64 |
|
65 |
gr.Interface(
|
|
|
59 |
# Gradio interface for voice chat
|
60 |
with gr.Blocks() as voice:
|
61 |
with gr.Row():
|
62 |
+
input_audio = gr.Audio(sources=["microphone"], type="filepath", label="Voice Chat")
|
63 |
output_audio = gr.Audio(type="filepath", label="CrucialCoach", interactive=False, autoplay=True, elem_classes="audio")
|
64 |
|
65 |
gr.Interface(
|