ambreshrc commited on
Commit
a054edc
·
1 Parent(s): 413c637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def getText(filename):
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"
 
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"