Hyeonsieun commited on
Commit
87ce87a
·
verified ·
1 Parent(s): 27ea0cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import matplotlib as plt
15
 
16
  #whisper_model = whisper.load_model('small')
17
 
18
- path = "Hyeonsieun/NTtoGT_1epoch"
19
  tokenizer = T5Tokenizer.from_pretrained(path)
20
  model = T5ForConditionalGeneration.from_pretrained(path)
21
 
 
15
 
16
  #whisper_model = whisper.load_model('small')
17
 
18
+ path = "Hyeonsieun/NTtoGT_7epoch"
19
  tokenizer = T5Tokenizer.from_pretrained(path)
20
  model = T5ForConditionalGeneration.from_pretrained(path)
21