NegiTurkey
commited on
Commit
•
4eef563
1
Parent(s):
31ecee9
Update Multi_Birefnet_for_Background_Removal.bat
Browse files
Multi_Birefnet_for_Background_Removal.bat
CHANGED
@@ -20,6 +20,7 @@ if not exist MBBR_venv\ (
|
|
20 |
REM pip install Multi_Birefnet_for_Background_Removal
|
21 |
git clone https://huggingface.co/spaces/NegiTurkey/Multi_Birefnetfor_Background_Removal temp
|
22 |
REM Move all files and folders from temp to the parent directory
|
|
|
23 |
xcopy temp\* .\
|
24 |
REM Remove the now-empty temp directory
|
25 |
rmdir /s /q temp
|
|
|
20 |
REM pip install Multi_Birefnet_for_Background_Removal
|
21 |
git clone https://huggingface.co/spaces/NegiTurkey/Multi_Birefnetfor_Background_Removal temp
|
22 |
REM Move all files and folders from temp to the parent directory
|
23 |
+
del /q temp\*.bat
|
24 |
xcopy temp\* .\
|
25 |
REM Remove the now-empty temp directory
|
26 |
rmdir /s /q temp
|