Spaces:
Sleeping
Sleeping
Commit ·
95e25bf
1
Parent(s): 97d895a
Upload app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ repo_url = "https://github.com/CASIA-IVA-Lab/FastSAM.git"
|
|
| 11 |
target_directory = "./FastSAM"
|
| 12 |
subprocess.run(['git', 'clone', repo_url, target_directory])
|
| 13 |
os.chdir('./FastSAM')
|
|
|
|
| 14 |
|
| 15 |
from fastsam import FastSAM, FastSAMPrompt
|
| 16 |
import ast
|
|
|
|
| 11 |
target_directory = "./FastSAM"
|
| 12 |
subprocess.run(['git', 'clone', repo_url, target_directory])
|
| 13 |
os.chdir('./FastSAM')
|
| 14 |
+
print('pwd: ', os.getcwd())
|
| 15 |
|
| 16 |
from fastsam import FastSAM, FastSAMPrompt
|
| 17 |
import ast
|