Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks() as demo:
|
|
115 |
outputs=[question_audio_output, question_text_output, feedback_audio_output, feedback_text_output]
|
116 |
)
|
117 |
|
118 |
-
NameError: name 'question_text_output' is not defined. Did you mean: 'question_audio_output'?
|
119 |
|
120 |
#
|
121 |
# question_text_output = gr.Textbox(label="Question Text")
|
|
|
115 |
outputs=[question_audio_output, question_text_output, feedback_audio_output, feedback_text_output]
|
116 |
)
|
117 |
|
118 |
+
#NameError: name 'question_text_output' is not defined. Did you mean: 'question_audio_output'?
|
119 |
|
120 |
#
|
121 |
# question_text_output = gr.Textbox(label="Question Text")
|