Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,6 @@ function createGradio() {
|
|
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);
|
|
|
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);
|