soiz1 commited on
Commit
121c467
·
verified ·
1 Parent(s): 8b6a04b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ import requests
100
 
101
 
102
  def fetch_json_data():
103
- url = "https://huggingface.co/datasets/public-soiz1/genshin-applio-rvc-data/raw/main/data.json"
104
  response = requests.get(url)
105
  if response.status_code == 200:
106
  try:
 
100
 
101
 
102
  def fetch_json_data():
103
+ url = "https://huggingface.co/spaces/soiz1/genshin.applio/raw/main/models.json"
104
  response = requests.get(url)
105
  if response.status_code == 200:
106
  try: