RoyalEagle commited on
Commit
1289c97
1 Parent(s): c8f0bd6

Update app.py

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