aztro commited on
Commit
64090d4
verified
1 Parent(s): 8466697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import os
6
  # Configuraci贸n
7
  SAMPLE_RATE = 44100
8
  MODEL_FILES = {
9
- "model": "yebama_e200_s3200.pth", # Archivos en tu Space
10
- "index": "IVF403_Flat_nprobe_1_yebama_v2.index",
11
  "config": "config.json"
12
  }
13
 
 
6
  # Configuraci贸n
7
  SAMPLE_RATE = 44100
8
  MODEL_FILES = {
9
+ "model": "yebama_e200_s3200.pth", # Archivos en tu Space
10
+ "index": "added_IVF403_Flat_nprobe_1_yebama_v2.index",
11
  "config": "config.json"
12
  }
13