Hyeonsieun commited on
Commit
5b5f747
·
verified ·
1 Parent(s): 15c7661

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import matplotlib as plt
13
  # whisper_model = whisper.load_model('large-v2') # Whisper 모델을 불러오기
14
 
15
 
16
- path = "Hyeonsieun/NTtoGT_1epoch"
17
  tokenizer = T5Tokenizer.from_pretrained(path)
18
  model = T5ForConditionalGeneration.from_pretrained(path)
19
 
 
13
  # whisper_model = whisper.load_model('large-v2') # Whisper 모델을 불러오기
14
 
15
 
16
+ path = "Hyeonsieun/NTtoGT_7epoch"
17
  tokenizer = T5Tokenizer.from_pretrained(path)
18
  model = T5ForConditionalGeneration.from_pretrained(path)
19