Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks(title="OpenAI Audio Chat App") as app:
|
|
182 |
text_submit = gr.Button("Generate Response")
|
183 |
|
184 |
with gr.Column():
|
185 |
-
text_output = gr.Textbox(label="AI Response (
|
186 |
audio_output = gr.Audio(label="AI Response (Audio)")
|
187 |
transcribed_output = gr.Textbox(label="Transcription of Audio Response", lines=3)
|
188 |
|
@@ -228,7 +228,7 @@ with gr.Blocks(title="OpenAI Audio Chat App") as app:
|
|
228 |
audio_submit = gr.Button("Process Audio & Generate Response")
|
229 |
|
230 |
with gr.Column():
|
231 |
-
audio_text_output = gr.Textbox(label="AI Response (
|
232 |
audio_audio_output = gr.Audio(label="AI Response (Audio)")
|
233 |
audio_transcribed_output = gr.Textbox(label="Transcription of Audio Response", lines=3)
|
234 |
input_transcription = gr.Textbox(label="Transcription of Input Audio", lines=3)
|
|
|
182 |
text_submit = gr.Button("Generate Response")
|
183 |
|
184 |
with gr.Column():
|
185 |
+
text_output = gr.Textbox(label="AI Response (Checks Error)", lines=5)
|
186 |
audio_output = gr.Audio(label="AI Response (Audio)")
|
187 |
transcribed_output = gr.Textbox(label="Transcription of Audio Response", lines=3)
|
188 |
|
|
|
228 |
audio_submit = gr.Button("Process Audio & Generate Response")
|
229 |
|
230 |
with gr.Column():
|
231 |
+
audio_text_output = gr.Textbox(label="AI Response (Checks Error)", lines=5)
|
232 |
audio_audio_output = gr.Audio(label="AI Response (Audio)")
|
233 |
audio_transcribed_output = gr.Textbox(label="Transcription of Audio Response", lines=3)
|
234 |
input_transcription = gr.Textbox(label="Transcription of Input Audio", lines=3)
|