CountingMstar Seungah Son commited on
Commit
407682c
1 Parent(s): b574413

Update app.py (#6)

Browse files

- Update app.py (800dc1ea305ed672bcb238371c9ad00299f08a38)


Co-authored-by: Seungah Son <happysparkling@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
63
  fn=submit,
64
  inputs=input_section,
65
  outputs=gr.Textbox("Answer"),
66
- examples=examples,
67
  live=True,
68
  title="BERT Question Answering"
69
  )
 
63
  fn=submit,
64
  inputs=input_section,
65
  outputs=gr.Textbox("Answer"),
66
+ examples=examples_text,
67
  live=True,
68
  title="BERT Question Answering"
69
  )