dangtiendatdat commited on
Commit
cf804d7
·
verified ·
1 Parent(s): 9071d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import os
2
  os.system("pip install --upgrade pip")
 
 
 
3
  import argparse
4
  check="Hera"
5
  import gradio as gr
 
1
  import os
2
  os.system("pip install --upgrade pip")
3
+ os.system("pip install git+https://github.com/facebookresearch/segment-anything-2@c2ec8e14a185632b0a5d8b161928ceb50197eddc")
4
+ os.system("pip install git+https://github.com/luca-medeiros/lang-segment-anything.git")
5
+
6
  import argparse
7
  check="Hera"
8
  import gradio as gr