Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks() as demo:
|
|
73 |
gpt_transcript = gr.Text(label="Generate Transcript")
|
74 |
gpt_transcript2 = gr.Text(label="Bot Response")
|
75 |
gpt_response = gr.Audio(label="Voice Response")
|
76 |
-
submit_btn.click(transcribe, inputs=[user_audio, "test"] outputs=gpt_transcript)
|
77 |
|
78 |
|
79 |
|
|
|
73 |
gpt_transcript = gr.Text(label="Generate Transcript")
|
74 |
gpt_transcript2 = gr.Text(label="Bot Response")
|
75 |
gpt_response = gr.Audio(label="Voice Response")
|
76 |
+
submit_btn.click(transcribe, inputs=[user_audio, "test"], outputs=gpt_transcript)
|
77 |
|
78 |
|
79 |
|