jracca commited on
Commit
8a12eee
·
1 Parent(s): 9e74d41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +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")
5
 
 
1
  import os
2
 
3
+ os.system("pip uninstall -y gradio") os.system("pip install gradio==2.9.4")
4
  os.system("git clone --recursive https://github.com/JD-P/cloob-latent-diffusion")
5
  os.system("cd cloob-latent-diffusion;pip install omegaconf pillow pytorch-lightning einops wandb ftfy regex ./CLIP")
6