Ilayda-j commited on
Commit
fabbb8b
·
1 Parent(s): c802506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -45,8 +45,7 @@ iface = gr.Interface(
45
  inputs=["file", "text", "text"],
46
  outputs=[
47
  {"type": "text", "label": "Question", "name": "question_output"},
48
- {"type": "text", "label": "Feedback", "name": "feedback_output"},
49
- {"type": "text", "label": "Continue? (yes/no)", "name": "continue_output"}
50
  ],
51
  live=True
52
  )
 
45
  inputs=["file", "text", "text"],
46
  outputs=[
47
  {"type": "text", "label": "Question", "name": "question_output"},
48
+ {"type": "text", "label": "Feedback", "name": "feedback_output"}
 
49
  ],
50
  live=True
51
  )