arieridwans commited on
Commit
c2b847d
1 Parent(s): 83c7cf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  # Load the Phi 2 model and tokenizer
6
  tokenizer = AutoTokenizer.from_pretrained(
7
- "microsoft/phi-2",
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