Spaces:
Sleeping
Sleeping
arieridwans
commited on
Commit
•
c2b847d
1
Parent(s):
83c7cf8
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import torch
|
|
4 |
|
5 |
# Load the Phi 2 model and tokenizer
|
6 |
tokenizer = AutoTokenizer.from_pretrained(
|
7 |
-
"
|
8 |
trust_remote_code=True
|
9 |
)
|
10 |
|
|
|
4 |
|
5 |
# Load the Phi 2 model and tokenizer
|
6 |
tokenizer = AutoTokenizer.from_pretrained(
|
7 |
+
"arieridwans/phi_2-finetuned-lyrics",
|
8 |
trust_remote_code=True
|
9 |
)
|
10 |
|