simonduerr commited on
Commit
bff3320
·
verified ·
1 Parent(s): 76c9d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,6 +12,9 @@ CCD_URL = "https://huggingface.co/boltz-community/boltz-1/resolve/main/ccd.pkl"
12
  MODEL_URL = "https://huggingface.co/boltz-community/boltz-1/resolve/main/boltz1.ckpt"
13
 
14
  cache = "~/.boltz"
 
 
 
15
  ccd = f"{cache}/ccd.pkl"
16
  if not os.path.exists(ccd):
17
  print(
 
12
  MODEL_URL = "https://huggingface.co/boltz-community/boltz-1/resolve/main/boltz1.ckpt"
13
 
14
  cache = "~/.boltz"
15
+
16
+ os.makedirs(cache)
17
+
18
  ccd = f"{cache}/ccd.pkl"
19
  if not os.path.exists(ccd):
20
  print(