liuyizhang commited on
Commit
fdfe4c7
1 Parent(s): d1309f0

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
 
2
  import subprocess
3
 
4
- is 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)
 
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)