Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for DPR. To use it, simply add your text, or click on
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2004.04906' target='_blank'>Dense Passage Retrieval for Open-Domain Question Answering</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
-
["Hello, is my dog cute ?"]
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/voidful/dpr-question_encoder-bert-base-multilingual")
|
|
|
7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2004.04906' target='_blank'>Dense Passage Retrieval for Open-Domain Question Answering</a></p>"
|
8 |
|
9 |
examples = [
|
10 |
+
["Hello, is my dog cute ?","dpr-question_encoder-bert-base-multilingual"]
|
11 |
]
|
12 |
|
13 |
io1 = gr.Interface.load("huggingface/voidful/dpr-question_encoder-bert-base-multilingual")
|