Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
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 |
["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 |
|
|
|
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 |
|