Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def getText(filename):
|
|
30 |
# model = MarianMTModel.from_pretrained(mname)
|
31 |
# model.to(device)
|
32 |
|
33 |
-
|
34 |
def btTranslator(docxfile):
|
35 |
if torch.cuda.is_available():
|
36 |
dev = "cuda"
|
|
|
30 |
# model = MarianMTModel.from_pretrained(mname)
|
31 |
# model.to(device)
|
32 |
|
33 |
+
@st.cache
|
34 |
def btTranslator(docxfile):
|
35 |
if torch.cuda.is_available():
|
36 |
dev = "cuda"
|