nazimali commited on
Commit
d7c5a1e
·
verified ·
1 Parent(s): b1febfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def respond(
26
  message,
27
  history: list[tuple[str, str]],
28
  ):
29
- global model
30
 
31
  if model is None:
32
  bnb_config = BitsAndBytesConfig(
 
26
  message,
27
  history: list[tuple[str, str]],
28
  ):
29
+ global model, tokenizer
30
 
31
  if model is None:
32
  bnb_config = BitsAndBytesConfig(