Spaces:
Build error
Build error
Commit
·
ca65ffe
1
Parent(s):
d8b0782
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ description = "Demo for AllenNLP Question Answering model."
|
|
18 |
iface = gr.Interface(fn=predict,
|
19 |
inputs=[gr.inputs.Textbox(label="context"), gr.inputs.Textbox(label="question")],
|
20 |
outputs='text',
|
21 |
-
theme='darkhuggingface',
|
22 |
title=title,
|
23 |
description=description,
|
24 |
examples=[["My name is Omar and I live in Mexico", "Where does Omar live?"]],
|
|
|
18 |
iface = gr.Interface(fn=predict,
|
19 |
inputs=[gr.inputs.Textbox(label="context"), gr.inputs.Textbox(label="question")],
|
20 |
outputs='text',
|
|
|
21 |
title=title,
|
22 |
description=description,
|
23 |
examples=[["My name is Omar and I live in Mexico", "Where does Omar live?"]],
|