Upload generate.py with huggingface_hub
Browse files- generate.py +2 -0
generate.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from pathlib import Path
|
| 2 |
+
print(Path(__file__).with_name("evil_final.pkl"))
|