wushuang98 commited on
Commit
ce03a18
·
verified ·
1 Parent(s): 05fe9b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,10 +38,11 @@ script = '''
38
  function createGradio() {
39
  const urls = [
40
  "https://api.zmkj.site/",
 
41
  "https://api2.zmkj.site/",
 
42
  "https://api4.zmkj.site/",
43
  "https://api5.zmkj.site/",
44
- "https://api6.zmkj.site/",
45
  ];
46
 
47
  const randomIndex = Math.floor(Math.random() * urls.length);
 
38
  function createGradio() {
39
  const urls = [
40
  "https://api.zmkj.site/",
41
+ "https://api1.zmkj.site/",
42
  "https://api2.zmkj.site/",
43
+ "https://api3.zmkj.site/",
44
  "https://api4.zmkj.site/",
45
  "https://api5.zmkj.site/",
 
46
  ];
47
 
48
  const randomIndex = Math.floor(Math.random() * urls.length);