Spaces:
Paused
Paused
Update app.py
#6
by
SeungAhSon
- opened
app.py
CHANGED
|
@@ -63,7 +63,7 @@ iface = gr.Interface(
|
|
| 63 |
fn=submit,
|
| 64 |
inputs=input_section,
|
| 65 |
outputs=gr.Textbox("Answer"),
|
| 66 |
-
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 |
)
|