Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -65,9 +65,9 @@ with gr.Blocks() as demo:
|
|
65 |
additional_inputs=[tokens_slider],
|
66 |
stop_btn=None,
|
67 |
examples=[
|
68 |
-
["Translate the word 'cat' to German."],
|
69 |
["Recommend me three animated movies."],
|
70 |
-
["Implement Euclid's GCD Algorithm in python"],
|
71 |
["Molly and Abigail want to attend a beauty and modeling contest. They both want to buy new pairs of shoes and dresses. Molly buys a pair of shoes which costs $40 and a dress which costs $160. How much should Abigail budget if she wants to spend half of what Molly spent on the pair of shoes and dress?"],
|
72 |
]
|
73 |
)
|
|
|
65 |
additional_inputs=[tokens_slider],
|
66 |
stop_btn=None,
|
67 |
examples=[
|
68 |
+
# ["Translate the word 'cat' to German."],
|
69 |
["Recommend me three animated movies."],
|
70 |
+
# ["Implement Euclid's GCD Algorithm in python"],
|
71 |
["Molly and Abigail want to attend a beauty and modeling contest. They both want to buy new pairs of shoes and dresses. Molly buys a pair of shoes which costs $40 and a dress which costs $160. How much should Abigail budget if she wants to spend half of what Molly spent on the pair of shoes and dress?"],
|
72 |
]
|
73 |
)
|