Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
from transformers import T5ForConditionalGeneration, PreTrainedTokenizerFast
|
6 |
|
7 |
# Define the path to the checkpoint directory
|
8 |
-
checkpoint_dir = "/
|
9 |
|
10 |
# Load the model
|
11 |
model = T5ForConditionalGeneration.from_pretrained(checkpoint_dir)
|
|
|
5 |
from transformers import T5ForConditionalGeneration, PreTrainedTokenizerFast
|
6 |
|
7 |
# Define the path to the checkpoint directory
|
8 |
+
checkpoint_dir = "onlysainaa/cyrillic_to_script-t5-model"
|
9 |
|
10 |
# Load the model
|
11 |
model = T5ForConditionalGeneration.from_pretrained(checkpoint_dir)
|