lengyue233 commited on
Commit
8a9db1e
1 Parent(s): f2709ef

import hydra

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