Fawaz commited on
Commit
6be899e
1 Parent(s): ae3034b

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ import math
24
  from scipy import spatial
25
 
26
 
27
- model = SentenceTransformer("intfloat/multilingual-e5-large").to('cuda')
28
 
29
  """## Downloading Translated data from english to arabic"""
30
 
 
24
  from scipy import spatial
25
 
26
 
27
+ model = SentenceTransformer("intfloat/multilingual-e5-large")
28
 
29
  """## Downloading Translated data from english to arabic"""
30