Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def respond(audio):
|
|
50 |
|
51 |
with gr.Blocks() as voice:
|
52 |
with gr.Row():
|
53 |
-
input = gr.Audio(label="Voice Chat",
|
54 |
output = gr.Audio(label="CrucialCoach", type="filepath", interactive=False, autoplay=True)
|
55 |
|
56 |
gr.Interface(
|
|
|
50 |
|
51 |
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(
|