vilarin commited on
Commit
6dacca8
·
verified ·
1 Parent(s): 5f81f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -1,9 +1,6 @@
1
  import os
2
- import subprocess
3
- subprocess.run(
4
- 'pip install git+https://github.com/huggingface/diffusers.git',
5
- shell=True
6
- )
7
 
8
  import torch
9
  import spaces
 
1
  import os
2
+
3
+ os.system('pip install git+https://github.com/huggingface/diffusers.git')
 
 
 
4
 
5
  import torch
6
  import spaces