akhaliq HF staff commited on
Commit
0958aff
1 Parent(s): c7307af

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
  import sys
 
3
  import gradio as gr
4
  os.system('git clone https://github.com/openai/CLIP')
5
  os.system('git clone https://github.com/crowsonkb/guided-diffusion')
 
1
  import os
2
  import sys
3
+ os.system("pip install gradio==2.8.0b5")
4
  import gradio as gr
5
  os.system('git clone https://github.com/openai/CLIP')
6
  os.system('git clone https://github.com/crowsonkb/guided-diffusion')