sultan-hassan commited on
Commit
2c1e979
·
verified ·
1 Parent(s): 76d825b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")