Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ import gradio as gr
|
|
23 |
torch.manual_seed(42)
|
24 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
25 |
|
26 |
-
dataset = load_dataset('Helsinki-NLP/tatoeba_mt', 'ara-eng')
|
27 |
|
28 |
# tokenization (word-level)
|
29 |
def tokenize(text):
|
|
|
23 |
torch.manual_seed(42)
|
24 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
25 |
|
26 |
+
dataset = load_dataset('Helsinki-NLP/tatoeba_mt', 'ara-eng', trust_remote_code=True)
|
27 |
|
28 |
# tokenization (word-level)
|
29 |
def tokenize(text):
|