Joom commited on
Commit
e3346c0
1 Parent(s): 3c0a0a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,6 +8,5 @@ answer = gr.inputs.Textbox(lines=3, placeholder="Ënter the excpected answer/key
8
 
9
  iface = gr.Interface(
10
  fn=generate_question,
11
- inputs=[context,answer],
12
- # outputs=question)
13
  iface.launch(debug=False)
 
8
 
9
  iface = gr.Interface(
10
  fn=generate_question,
11
+ inputs=[context,answer],)
 
12
  iface.launch(debug=False)