Wootang01 commited on
Commit
e424314
·
1 Parent(s): ce506b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
 
3
  examples = [
4
  ["It's rainy today but it will stop in a few hours", "What is the weather like in a few hours?"]
 
5
  ]
6
 
7
  gr.Interface.load("huggingface/deepset/roberta-base-squad2",
 
2
 
3
  examples = [
4
  ["It's rainy today but it will stop in a few hours", "What is the weather like in a few hours?"]
5
+ ["What’s more, the only way I can keep myself awake and finish off everything I need to for the day is by consuming energy drinks. I know that some of these drinks have caffeine in them, and sometimes I feel groggy in the morning if I’ve had more than a couple the night before.", "When does 'them' refer to?"]
6
  ]
7
 
8
  gr.Interface.load("huggingface/deepset/roberta-base-squad2",