mateoluksenberg commited on
Commit
58f421a
·
verified ·
1 Parent(s): 4986999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def simple_chat(message: dict, temperature: float = 0.8, max_length: int = 4096,
292
  trust_remote_code=True
293
  )
294
 
295
- tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
296
 
297
  conversation = []
298
 
 
292
  trust_remote_code=True
293
  )
294
 
295
+ #tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
296
 
297
  conversation = []
298