RoyalEagle commited on
Commit
1545e00
1 Parent(s): a938ce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -3,10 +3,8 @@ os.system("git clone https://github.com/openai/CLIP")
3
  os.system("git clone https://github.com/CompVis/taming-transformers.git")
4
  # !pip install taming-transformers
5
  #clone https://github.com/CompVis/taming-transformers.git
6
- rm -Rf pixray
7
  os.system("git clone https://github.com/dribnet/pixray")
8
- mkdir steps
9
- mkdir models
10
  import sys
11
  sys.path.append("pixray")
12
 
 
3
  os.system("git clone https://github.com/CompVis/taming-transformers.git")
4
  # !pip install taming-transformers
5
  #clone https://github.com/CompVis/taming-transformers.git
 
6
  os.system("git clone https://github.com/dribnet/pixray")
7
+
 
8
  import sys
9
  sys.path.append("pixray")
10