Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ try:
|
|
11 |
info = st.empty()
|
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"
|
16 |
|
17 |
|
18 |
|
|
|
11 |
info = st.empty()
|
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 |
|