Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
@@ -15,5 +15,5 @@ output_dir=""
|
|
15 |
batch_size=16 #32
|
16 |
learning_rate=2e-5
|
17 |
|
18 |
-
|
19 |
-
|
|
|
15 |
batch_size=16 #32
|
16 |
learning_rate=2e-5
|
17 |
|
18 |
+
from pip import _internal
|
19 |
+
print(_internal.main(['list']))
|