kimhung0011 commited on
Commit
f24e7b1
1 Parent(s): 4960c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def answer_question(question, context):
19
  iface = gr.Interface(
20
  fn=answer_question,
21
  inputs=["text", "text"],
22
- outputs=["text", "float", "int", "int"],
23
  title="Hugging Face Question Answering"
24
  )
25
  iface.launch()
 
19
  iface = gr.Interface(
20
  fn=answer_question,
21
  inputs=["text", "text"],
22
+ outputs=["text", "number", "number", "number"],
23
  title="Hugging Face Question Answering"
24
  )
25
  iface.launch()