NoorAfaqi commited on
Commit
e4f6c78
·
verified ·
1 Parent(s): d82b09f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):