Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|