braedenb commited on
Commit
b1e4bf8
1 Parent(s): 9621d42

Update hf_setup.py

Browse files
Files changed (1) hide show
  1. hf_setup.py +0 -3
hf_setup.py CHANGED
@@ -18,9 +18,6 @@ def setup():
18
  if not os.path.exists("styles.css"):
19
  download_file("styles.css", "https://huggingface.co/spaces/braedenb/demo_space/raw/main/styles.css")
20
 
21
- if not os.path.exists("models/birds_c271_v2.h5"):
22
- os.makedirs("models", exist_ok=True)
23
- download_file("models/birds_c271_v2.h5", "https://huggingface.co/spaces/braedenb/demo_space/raw/main/models/birds_c271_v2.h5")
24
 
25
 
26
 
 
18
  if not os.path.exists("styles.css"):
19
  download_file("styles.css", "https://huggingface.co/spaces/braedenb/demo_space/raw/main/styles.css")
20
 
 
 
 
21
 
22
 
23