Spaces:
Runtime error
Runtime error
liuyizhang
commited on
Commit
·
fdfe4c7
1
Parent(s):
d1309f0
update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
|
| 2 |
import subprocess
|
| 3 |
|
| 4 |
-
|
| 5 |
result = subprocess.run(['pip', 'install', '-e', 'segment_anything'], check=True)
|
| 6 |
print(f'liuyz_install segment_anything result = {result}')
|
| 7 |
result = subprocess.run(['pip', 'install', '-e', 'Grounding_DINO'], check=True)
|
|
|
|
| 1 |
|
| 2 |
import subprocess
|
| 3 |
|
| 4 |
+
if 0==1:
|
| 5 |
result = subprocess.run(['pip', 'install', '-e', 'segment_anything'], check=True)
|
| 6 |
print(f'liuyz_install segment_anything result = {result}')
|
| 7 |
result = subprocess.run(['pip', 'install', '-e', 'Grounding_DINO'], check=True)
|