Wootang01 commited on
Commit
2775669
·
1 Parent(s): 5a6ecf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,7 +1,9 @@
1
  import gradio as gr
2
 
3
  examples = [
4
- ["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?"]
 
 
5
  ]
6
 
7
  gr.Interface.load("huggingface/deepset/roberta-base-squad2",
 
1
  import gradio as gr
2
 
3
  examples = [
4
+ ["However, this year I find it hard to cope with my schoolwork.", "When does the author find it hard to cope with schoolwork?"],
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.", "What does 'them' refer to?"],
6
+ ["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.", "What word means 'sleepy'?"]
7
  ]
8
 
9
  gr.Interface.load("huggingface/deepset/roberta-base-squad2",