TheLastBen
commited on
Commit
•
050f4ad
1
Parent(s):
eb4ca13
Update Scripts/mainpaperspacev2.py
Browse files
Scripts/mainpaperspacev2.py
CHANGED
@@ -230,6 +230,7 @@ def dlv2(Path_to_HuggingFace, Model_Path, Model_Link, Model_Version, safetensors
|
|
230 |
|
231 |
def sessv2(Session_Name, Session_Link_optional, MODEL_NAMEv2):
|
232 |
import gdown
|
|
|
233 |
os.chdir('/notebooks')
|
234 |
PT=""
|
235 |
|
|
|
230 |
|
231 |
def sessv2(Session_Name, Session_Link_optional, MODEL_NAMEv2):
|
232 |
import gdown
|
233 |
+
import wget
|
234 |
os.chdir('/notebooks')
|
235 |
PT=""
|
236 |
|