ayymen commited on
Commit
edbfc9a
1 Parent(s): 4e602d2

Missing comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ CUDA = torch.cuda.is_available()
9
  REPO_ID = "ayymen/Coqui-TTS-Vits-shi"
10
 
11
  VOICE_CONVERSION_MODELS = {
12
- 'freevc24': 'voice_conversion_models/multilingual/vctk/freevc24'
13
  'openvoice_v1': 'voice_conversion_models/multilingual/multi-dataset/openvoice_v1',
14
  'openvoice_v2': 'voice_conversion_models/multilingual/multi-dataset/openvoice_v2',
15
  }
 
9
  REPO_ID = "ayymen/Coqui-TTS-Vits-shi"
10
 
11
  VOICE_CONVERSION_MODELS = {
12
+ 'freevc24': 'voice_conversion_models/multilingual/vctk/freevc24',
13
  'openvoice_v1': 'voice_conversion_models/multilingual/multi-dataset/openvoice_v1',
14
  'openvoice_v2': 'voice_conversion_models/multilingual/multi-dataset/openvoice_v2',
15
  }