Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
46a1999
1
Parent(s):
7791f4d
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ examples = [
|
|
| 12 |
|
| 13 |
io1 = gr.Interface.load("huggingface/valhalla/longformer-base-4096-finetuned-squadv1")
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
|
| 18 |
def inference(context, model,question):
|
|
|
|
| 12 |
|
| 13 |
io1 = gr.Interface.load("huggingface/valhalla/longformer-base-4096-finetuned-squadv1")
|
| 14 |
|
| 15 |
+
io2 = gr.Interface.load("huggingface/allenai/longformer-large-4096-finetuned-triviaqa")
|
| 16 |
|
| 17 |
|
| 18 |
def inference(context, model,question):
|