PoTaTo721 commited on
Commit
81e0a1c
1 Parent(s): b39a02d

fix numpy import

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)