Update venvv.py
Browse files
venvv.py
CHANGED
@@ -5,12 +5,12 @@ import time
|
|
5 |
|
6 |
xxx = '/kaggle/working'
|
7 |
|
8 |
-
os.
|
|
|
9 |
sys.path.append(xxx)
|
10 |
time.sleep(1)
|
11 |
from pantat88 import say, download
|
12 |
say('【{red} Installing VENV{d} 】{red}')
|
13 |
-
os.chdir(xxx)
|
14 |
|
15 |
auuuwooo = [
|
16 |
f"curl -LO https://huggingface.co/pantat88/ui/resolve/main/nenen88.py",
|
|
|
5 |
|
6 |
xxx = '/kaggle/working'
|
7 |
|
8 |
+
os.chdir(xxx)
|
9 |
+
os.system(f'curl -LO https://raw.githubusercontent.com/gutris1/segsmaker/main/kaggle/script/pantat88.py')
|
10 |
sys.path.append(xxx)
|
11 |
time.sleep(1)
|
12 |
from pantat88 import say, download
|
13 |
say('【{red} Installing VENV{d} 】{red}')
|
|
|
14 |
|
15 |
auuuwooo = [
|
16 |
f"curl -LO https://huggingface.co/pantat88/ui/resolve/main/nenen88.py",
|