Skip to content

Commit

Permalink
Update download_pretrained_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Mar 11, 2024
1 parent 5704e23 commit d5604c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_pretrained_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import subprocess, os
pretrained_folder = ".assets/pretrained_v2/"
pretrained_folder = ".assets/pretrained_v2"
if not os.path.exists(pretrained_folder):
os.makedirs(pretrained_folder)
files = {
Expand Down

0 comments on commit d5604c7

Please sign in to comment.