ambreshrc commited on
Commit
4fc4019
·
1 Parent(s): 947040b

Update app.py

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