Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
examples=[['My name is Sarah and I live in London','Where do I live?']]
|
4 |
+
gr.Interface.load("huggingface/deepset/roberta-base-squad2",examples=examples).launch()
|