Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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 |
|