Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import random
|
|
| 6 |
client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
|
| 7 |
|
| 8 |
words = [
|
| 9 |
-
|
| 10 |
]
|
| 11 |
|
| 12 |
|
|
|
|
| 6 |
client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
|
| 7 |
|
| 8 |
words = [
|
| 9 |
+
"apple", "pear", "banana", "strawberry", "mad"
|
| 10 |
]
|
| 11 |
|
| 12 |
|