osanseviero HF staff commited on
Commit
ca65ffe
1 Parent(s): d8b0782

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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?"]],