davideuler commited on
Commit
d163488
·
verified ·
1 Parent(s): f0b9627

Update app.py to start with 135M model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ REPETITION_PENALTY = 1.2
15
 
16
 
17
 
18
- pipe = pipeline("text-generation", model="HuggingFaceTB/SmolLM2-1.7B-Instruct")
19
 
20
 
21
  def message_fx(message, history):
 
15
 
16
 
17
 
18
+ pipe = pipeline("text-generation", model=MODEL)
19
 
20
 
21
  def message_fx(message, history):