sayashi commited on
Commit
8c06f41
1 Parent(s): 34dedbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -116,7 +116,8 @@ if __name__ == '__main__':
116
  "Blue Archive": "https://huggingface.co/spaces/sayashi/vits-models",
117
  "Genshin Impact": "https://huggingface.co/spaces/sayashi/vits-models-genshin-bh3",
118
  "Honkai Impact 3rd": "https://huggingface.co/spaces/sayashi/vits-models-genshin-bh3",
119
- "Overwatch 2": "https://huggingface.co/spaces/sayashi/vits-models"
 
120
  models = []
121
  with open("pretrained_models/info.json", "r", encoding="utf-8") as f:
122
  models_info = json.load(f)
 
116
  "Blue Archive": "https://huggingface.co/spaces/sayashi/vits-models",
117
  "Genshin Impact": "https://huggingface.co/spaces/sayashi/vits-models-genshin-bh3",
118
  "Honkai Impact 3rd": "https://huggingface.co/spaces/sayashi/vits-models-genshin-bh3",
119
+ "Overwatch 2": "https://huggingface.co/spaces/sayashi/vits-models-ow2"
120
+ }
121
  models = []
122
  with open("pretrained_models/info.json", "r", encoding="utf-8") as f:
123
  models_info = json.load(f)