Ahsen Khaliq commited on
Commit
6068a60
1 Parent(s): 1390a01

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
  os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
 
3
  import gradio as gr
4
 
5
  # Install detectron2
 
1
  import os
2
  os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
3
+ os.system("pip install git+https://github.com/openai/CLIP.git")
4
  import gradio as gr
5
 
6
  # Install detectron2