Logan Zoellner commited on
Commit
9657c92
·
1 Parent(s): bfc97b7

can't import things that aren't projects via requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. requirements.txt +0 -2
app.py CHANGED
@@ -1,5 +1,9 @@
1
 
2
 
 
 
 
 
3
  #%%capture
4
  #!git lfs install
5
  #!git clone https://huggingface.co/Cene655/ImagenT5-3B
 
1
 
2
 
3
+
4
+ import os
5
+ os.system("git clone https://huggingface.co/Cene655/ImagenT5-3B")
6
+
7
  #%%capture
8
  #!git lfs install
9
  #!git clone https://huggingface.co/Cene655/ImagenT5-3B
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- git+https://huggingface.co/Cene655/ImagenT5-3B
2
  git+https://github.com/cene555/Imagen-pytorch.git
3
  git+https://github.com/openai/CLIP.git
4
- git+https://github.com/xinntao/Real-ESRGAN.git
5
  basicsr
6
  facexlib
7
  gfpgan
 
 
1
  git+https://github.com/cene555/Imagen-pytorch.git
2
  git+https://github.com/openai/CLIP.git
 
3
  basicsr
4
  facexlib
5
  gfpgan