suayptalha commited on
Commit
baba7b1
·
verified ·
1 Parent(s): 21a124f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
- !pip install git+https://github.com/shumingma/transformers.git
 
 
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