Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
|
|
|
|
|
2 |
|
3 |
import threading
|
4 |
import torch
|
|
|
1 |
+
import os
|
2 |
+
|
3 |
+
os.system("pip install git+https://github.com/shumingma/transformers.git")
|
4 |
|
5 |
import threading
|
6 |
import torch
|