Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,9 @@ function createGradio() {
|
|
39 |
const urls = [
|
40 |
"https://api.zmkj.site/",
|
41 |
"https://api2.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://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);
|