Update app.py
Browse files
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(
|