Spaces:
Runtime error
Runtime error
import hydra
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import subprocess as sp
|
| 2 |
import os
|
| 3 |
from huggingface_hub import snapshot_download
|
|
|
|
| 4 |
|
| 5 |
# Download if not exists
|
| 6 |
os.makedirs("checkpoints", exist_ok=True)
|
|
|
|
| 1 |
import subprocess as sp
|
| 2 |
import os
|
| 3 |
from huggingface_hub import snapshot_download
|
| 4 |
+
import hydra
|
| 5 |
|
| 6 |
# Download if not exists
|
| 7 |
os.makedirs("checkpoints", exist_ok=True)
|