Technozam commited on
Commit
66f5d99
·
1 Parent(s): f9b0a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -110,6 +110,7 @@ def generate_question_text(context,subject):
110
  iface = gr.Interface(
111
  fn=generate_question_text,
112
  inputs=[context,subject],
 
113
  allow_flagging="manual",flagging_options=["Save Data"])
114
 
115
  iface.launch(debug=True, share=True)
 
110
  iface = gr.Interface(
111
  fn=generate_question_text,
112
  inputs=[context,subject],
113
+ outputs=[output],
114
  allow_flagging="manual",flagging_options=["Save Data"])
115
 
116
  iface.launch(debug=True, share=True)