Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(title="Whisper, Vicuna, & TTS Demo") as demo: # Updated title
|
|
111 |
transcription_state = gr.State(value="")
|
112 |
mic_input.change(
|
113 |
fn=process_audio,
|
114 |
-
inputs=[mic_input, transcription_state, answer_mode
|
115 |
outputs=[transcription_output, transcription_state, audio_output]
|
116 |
)
|
117 |
|
|
|
111 |
transcription_state = gr.State(value="")
|
112 |
mic_input.change(
|
113 |
fn=process_audio,
|
114 |
+
inputs=[mic_input, transcription_state, answer_mode],
|
115 |
outputs=[transcription_output, transcription_state, audio_output]
|
116 |
)
|
117 |
|