Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ import matplotlib as plt
|
|
15 |
|
16 |
#whisper_model = whisper.load_model('small')
|
17 |
|
18 |
-
path = "Hyeonsieun/
|
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 |
|