Ahsen Khaliq commited on
Commit
8d36ff5
1 Parent(s): c0fab0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
  os.system("git clone https://github.com/openai/CLIP")
3
  os.system("pip install -e ./CLIP")
 
4
  import sys
5
  sys.path.append('./CLIP')
6
  import io
 
1
  import os
2
  os.system("git clone https://github.com/openai/CLIP")
3
  os.system("pip install -e ./CLIP")
4
+ os.system("pip install gradio==2.3.7")
5
  import sys
6
  sys.path.append('./CLIP')
7
  import io