Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,13 @@ title = "AI Wikipedia Search"
|
|
41 |
description = 'Contextual Question and Answer'
|
42 |
article = ''
|
43 |
examples = [
|
44 |
-
['
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
['Syncope', 'What are possible causes of it?'],
|
46 |
['Marvel', 'Who are the artists?'],
|
47 |
['DC Comics', 'Who are the artists?'],
|
|
|
41 |
description = 'Contextual Question and Answer'
|
42 |
article = ''
|
43 |
examples = [
|
44 |
+
['Google Brain', 'What projects does Google Brain do for encryption?'],
|
45 |
+
['Google Brain', 'What projects does Google Brain do for images?'],
|
46 |
+
['Google Brain', 'What projects does Google Brain do for translation?'],
|
47 |
+
['Google Brain', 'What projects does Google Brain do for robotics?'],
|
48 |
+
['Google Brain', 'What projects does Google Brain do for learning?'],
|
49 |
+
['Google Brain', 'What projects does Google Brain do for magenta?'],
|
50 |
+
['Google Brain', 'What projects does Google Brain do for medical?'],
|
51 |
['Syncope', 'What are possible causes of it?'],
|
52 |
['Marvel', 'Who are the artists?'],
|
53 |
['DC Comics', 'Who are the artists?'],
|