Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|