Copain22 commited on
Commit
bea7448
·
verified ·
1 Parent(s): ba50f77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  os.system("pip install git+https://github.com/shumingma/transformers.git")
 
3
  import threading
4
  import torch
5
  import torch._dynamo
 
1
  import os
2
  os.system("pip install git+https://github.com/shumingma/transformers.git")
3
+ os.system("pip install python-docx")
4
  import threading
5
  import torch
6
  import torch._dynamo