Spaces:
Running
on
L4
Running
on
L4
fix numpy import
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import os
|
|
| 2 |
import queue
|
| 3 |
from huggingface_hub import snapshot_download
|
| 4 |
import hydra
|
|
|
|
| 5 |
|
| 6 |
# Download if not exists
|
| 7 |
os.makedirs("checkpoints", exist_ok=True)
|
|
|
|
| 2 |
import queue
|
| 3 |
from huggingface_hub import snapshot_download
|
| 4 |
import hydra
|
| 5 |
+
import numpy as np
|
| 6 |
|
| 7 |
# Download if not exists
|
| 8 |
os.makedirs("checkpoints", exist_ok=True)
|