soiz1 commited on
Commit
0647f02
·
verified ·
1 Parent(s): a9d3bee

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/spaces/soiz1/genshin.applio/raw/main/models.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/data.json"
104
  response = requests.get(url)
105
  if response.status_code == 200:
106
  try: