Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ outputs = [
|
|
41 |
|
42 |
title = "Question Answering with ELECTRA and Wikipedia"
|
43 |
description = 'Please note that topics with long articles may take around a minute. If you get an error, please try double checking spelling, or try a more specific topic (e.g. George H. Bush instead of George Bush).'
|
44 |
-
article = '
|
45 |
examples = [
|
46 |
['Politics of the United States', 'is the future bright?'],
|
47 |
['Roman Empire', 'why did it collapse?'],
|
|
|
41 |
|
42 |
title = "Question Answering with ELECTRA and Wikipedia"
|
43 |
description = 'Please note that topics with long articles may take around a minute. If you get an error, please try double checking spelling, or try a more specific topic (e.g. George H. Bush instead of George Bush).'
|
44 |
+
article = ''
|
45 |
examples = [
|
46 |
['Politics of the United States', 'is the future bright?'],
|
47 |
['Roman Empire', 'why did it collapse?'],
|