Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,6 @@ function createGradio() {
|
|
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);
|
|
|
41 |
"https://api1.zmkj.site/",
|
42 |
"https://api2.zmkj.site/",
|
43 |
"https://api3.zmkj.site/",
|
|
|
|
|
44 |
];
|
45 |
|
46 |
const randomIndex = Math.floor(Math.random() * urls.length);
|