Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
ead7a9b
1
Parent(s):
89f9eea
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ examples = [
|
|
10 |
["Where do I live?","My name is Sarah and I live in London"]
|
11 |
]
|
12 |
|
13 |
-
gr.Interface.load("huggingface/ahotrod/electra_large_discriminator_squad2_512",
|
|
|
10 |
["Where do I live?","My name is Sarah and I live in London"]
|
11 |
]
|
12 |
|
13 |
+
gr.Interface.load("huggingface/ahotrod/electra_large_discriminator_squad2_512",title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
|