Transformers
Inference Endpoints
pantat88 commited on
Commit
f6c1a71
1 Parent(s): b392eba

Rename venv.py to venv161.py

Browse files
Files changed (1) hide show
  1. venv.py → venv161.py +3 -0
venv.py → venv161.py RENAMED
@@ -7,7 +7,10 @@ import os
7
  import re
8
 
9
  xxx = "/kaggle/working"
 
 
10
  os.system(f'wget -q https://raw.githubusercontent.com/gutris1/segsmaker/main/kaggle/script/pantat88.py -O {xxx}/pantat88.py')
 
11
  sys.path.append(xxx)
12
 
13
  def venv_in():
 
7
  import re
8
 
9
  xxx = "/kaggle/working"
10
+ zzz = "/kaggle/working/asd"
11
+
12
  os.system(f'wget -q https://raw.githubusercontent.com/gutris1/segsmaker/main/kaggle/script/pantat88.py -O {xxx}/pantat88.py')
13
+ os.system(f"wget -q https://huggingface.co/pantat88/ui/resolve/main/nenen88.py -O {xxx}/nenen88.py")
14
  sys.path.append(xxx)
15
 
16
  def venv_in():