Spaces:
Runtime error
Runtime error
Update interaction.py
Browse files- interaction.py +1 -1
interaction.py
CHANGED
|
@@ -8,7 +8,7 @@ import gradio as gr
|
|
| 8 |
from transformers import AutoTokenizer, LlamaForCausalLM
|
| 9 |
from utils import SteamGenerationMixin
|
| 10 |
|
| 11 |
-
auth_token = os.getenv("
|
| 12 |
|
| 13 |
class MindBot(object):
|
| 14 |
def __init__(self, model_path, tokenizer_path,if_int8=False):
|
|
|
|
| 8 |
from transformers import AutoTokenizer, LlamaForCausalLM
|
| 9 |
from utils import SteamGenerationMixin
|
| 10 |
|
| 11 |
+
auth_token = os.getenv("AUTH_TOKEN")
|
| 12 |
|
| 13 |
class MindBot(object):
|
| 14 |
def __init__(self, model_path, tokenizer_path,if_int8=False):
|