osanseviero commited on
Commit
d8b0782
·
1 Parent(s): d7da20f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ 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='huggingface',
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
+ theme='darkhuggingface',
22
  title=title,
23
  description=description,
24
  examples=[["My name is Omar and I live in Mexico", "Where does Omar live?"]],