T3lli commited on
Commit
ce628a0
·
verified ·
1 Parent(s): abcc796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import random
6
  client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
7
 
8
  words = [
9
- # ... Add your list of nouns, adjectives, verbs, and adverbs here ...
10
  ]
11
 
12
 
 
6
  client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
7
 
8
  words = [
9
+ "apple", "pear", "banana", "strawberry", "mad"
10
  ]
11
 
12