ambreshrc commited on
Commit
38f0980
·
1 Parent(s): a054edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ def getText(filename):
31
  # model.to(device)
32
 
33
  @st.cache
 
34
  def btTranslator(docxfile):
35
  if torch.cuda.is_available():
36
  dev = "cuda"
 
31
  # model.to(device)
32
 
33
  @st.cache
34
+ @st.empty
35
  def btTranslator(docxfile):
36
  if torch.cuda.is_available():
37
  dev = "cuda"