Joom commited on
Commit
bf7424b
1 Parent(s): e3346c0

Update app.py

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