vilarin commited on
Commit
2b0988a
·
verified ·
1 Parent(s): d2f27e3

Update app.py

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