Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ try:
|
|
12 |
info.markdown("#### :red[Model is Loading....]")
|
13 |
|
14 |
model = AutoModelForCausalLM.from_pretrained(model_name, revision="main")
|
15 |
-
tokenizer = AutoTokenizer.from_pretrained(model_name, revision="main" use_fast=True)
|
16 |
|
17 |
|
18 |
|
|
|
12 |
info.markdown("#### :red[Model is Loading....]")
|
13 |
|
14 |
model = AutoModelForCausalLM.from_pretrained(model_name, revision="main")
|
15 |
+
tokenizer = AutoTokenizer.from_pretrained(model_name, revision="main", use_fast=True)
|
16 |
|
17 |
|
18 |
|