Spaces:
Runtime error
Runtime error
valentin urena
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,11 +72,8 @@ chat_interface = gr.ChatInterface(
|
|
| 72 |
],
|
| 73 |
stop_btn=None,
|
| 74 |
examples=[
|
| 75 |
-
["
|
| 76 |
-
["
|
| 77 |
-
["Explain the plot of Cinderella in a sentence."],
|
| 78 |
-
["How many hours does it take a man to eat a Helicopter?"],
|
| 79 |
-
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
| 80 |
],
|
| 81 |
cache_examples=False,
|
| 82 |
type="messages",
|
|
|
|
| 72 |
],
|
| 73 |
stop_btn=None,
|
| 74 |
examples=[
|
| 75 |
+
["Hi Gemma, what is a good first move in chess?"],
|
| 76 |
+
["How does the Knight move?"]
|
|
|
|
|
|
|
|
|
|
| 77 |
],
|
| 78 |
cache_examples=False,
|
| 79 |
type="messages",
|