Spaces:
Runtime error
Runtime error
update example questions
Browse files- gradio_helper.py +10 -10
gradio_helper.py
CHANGED
|
@@ -14,16 +14,16 @@ chinese_examples = [
|
|
| 14 |
]
|
| 15 |
|
| 16 |
english_examples = [
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"What
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"What
|
| 25 |
-
"
|
| 26 |
-
"What
|
| 27 |
]
|
| 28 |
|
| 29 |
japanese_examples = [
|
|
|
|
| 14 |
]
|
| 15 |
|
| 16 |
english_examples = [
|
| 17 |
+
"Who won the latest Nobel Prizes, and for what achievements?",
|
| 18 |
+
"What are the latest electric vehicle innovations?",
|
| 19 |
+
"What new exoplanets have been discovered recently?",
|
| 20 |
+
"What’s the latest news from the recent climate summit?",
|
| 21 |
+
"Which AI advancements were announced this year?",
|
| 22 |
+
"What are the recent breakthroughs in cancer research?",
|
| 23 |
+
"How is the cryptocurrency market performing this month?",
|
| 24 |
+
"What new policies are impacting global tech companies?",
|
| 25 |
+
"What are the latest cybersecurity threats to businesses?",
|
| 26 |
+
"What recent discoveries have been made in deep-sea exploration?"
|
| 27 |
]
|
| 28 |
|
| 29 |
japanese_examples = [
|