Spaces:
Runtime error
Runtime error
Michelangiolo
commited on
Commit
•
cc21898
1
Parent(s):
cf38d1a
changes
Browse files
app.py
CHANGED
@@ -130,10 +130,10 @@ def list2vec(list1):
|
|
130 |
|
131 |
import requests
|
132 |
import os
|
133 |
-
import torch
|
134 |
os.system('pip install openpyxl')
|
135 |
os.system('pip install sentence-transformers==2.2.2')
|
136 |
os.system('pip install torch==1.13.0')
|
|
|
137 |
import pandas as pd
|
138 |
from sentence_transformers import SentenceTransformer, util
|
139 |
|
|
|
130 |
|
131 |
import requests
|
132 |
import os
|
|
|
133 |
os.system('pip install openpyxl')
|
134 |
os.system('pip install sentence-transformers==2.2.2')
|
135 |
os.system('pip install torch==1.13.0')
|
136 |
+
import torch
|
137 |
import pandas as pd
|
138 |
from sentence_transformers import SentenceTransformer, util
|
139 |
|