Spaces:
Runtime error
Runtime error
Commit
·
76512c8
1
Parent(s):
8fa76df
Request to upload 5.31.22 #0
Browse files
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
import os
|
|
|
|
|
2 |
|
3 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
4 |
os.system("cd cloob-latent-diffusion;pip install omegaconf pillow pytorch-lightning einops wandb ftfy regex ./CLIP")
|
|
|
1 |
import os
|
2 |
+
streamlit run app.py --installer cloob_latent_diffusion=https://github.com/JD-P/cloob-latent-diffusion/archive/master.zip --installer megatron=https://github.com/NVIDIA/MegatronLM/archive/master.zip --installer huggingface=https://github.com/huggingface/transformers
|
3 |
+
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
4 |
|
5 |
os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
|
6 |
os.system("cd cloob-latent-diffusion;pip install omegaconf pillow pytorch-lightning einops wandb ftfy regex ./CLIP")
|