Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse filesAdding some additional prompts.
app.py
CHANGED
|
@@ -56,7 +56,11 @@ examples = [
|
|
| 56 |
"¿Cómo le explicarías el aprendizaje automático a un extraterrestre?",
|
| 57 |
"Summarize recent news about the North American tech job market",
|
| 58 |
"My coworker brought some delicious treats from their recent trip to the office to share. Would it be immoral if I took most of not all of these treats?",
|
| 59 |
-
"Explain gravity to a chicken."
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
]
|
| 61 |
|
| 62 |
custom_css = """
|
|
|
|
| 56 |
"¿Cómo le explicarías el aprendizaje automático a un extraterrestre?",
|
| 57 |
"Summarize recent news about the North American tech job market",
|
| 58 |
"My coworker brought some delicious treats from their recent trip to the office to share. Would it be immoral if I took most of not all of these treats?",
|
| 59 |
+
"Explain gravity to a chicken.",
|
| 60 |
+
"Is the world discrete or analog?",
|
| 61 |
+
"What is the memory cost in a typical implementation of an all-gather operation?",
|
| 62 |
+
"Give me a brief history of the golden era of Cantopop."
|
| 63 |
+
""
|
| 64 |
]
|
| 65 |
|
| 66 |
custom_css = """
|