wushuang98 commited on
Commit
62cf6c3
·
verified ·
1 Parent(s): 11324b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -39,8 +39,11 @@ function createGradio() {
39
  const urls = [
40
  "https://api.zmkj.site/",
41
  "https://api1.zmkj.site/",
 
42
  "https://api3.zmkj.site/",
43
  "https://api4.zmkj.site/",
 
 
44
  ];
45
 
46
  const randomIndex = Math.floor(Math.random() * urls.length);
 
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
+ "https://api6.zmkj.site/",
47
  ];
48
 
49
  const randomIndex = Math.floor(Math.random() * urls.length);