Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
examples = [
|
4 |
-
["
|
|
|
|
|
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",
|