bcci commited on
Commit
0efe118
·
verified ·
1 Parent(s): 1cafc9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -37,8 +37,7 @@ local_dir = "."
37
  # Download the model and voice file
38
  snapshot_download(
39
  repo_id=model_repo,
40
- local_dir=local_dir,
41
- allow_patterns=[model_name, voice_file],
42
  )
43
 
44
  # Step 4: Load the model
 
37
  # Download the model and voice file
38
  snapshot_download(
39
  repo_id=model_repo,
40
+ local_dir=local_dir
 
41
  )
42
 
43
  # Step 4: Load the model