Spaces:
Running
Running
Update urls
Browse files
app.py
CHANGED
@@ -21,9 +21,8 @@ html = '''
|
|
21 |
script = '''
|
22 |
function createGradio() {
|
23 |
const urls = [
|
24 |
-
"https://
|
25 |
-
"https://
|
26 |
-
"https://e3d054c8b0dcb141f3.gradio.live"
|
27 |
];
|
28 |
const randomIndex = Math.floor(Math.random() * urls.length);
|
29 |
document.getElementById("myIframe").src = urls[randomIndex];
|
|
|
21 |
script = '''
|
22 |
function createGradio() {
|
23 |
const urls = [
|
24 |
+
"https://14232acbfb44bb9506.gradio.live",
|
25 |
+
"https://f2aab37743d2316f15.gradio.live"
|
|
|
26 |
];
|
27 |
const randomIndex = Math.floor(Math.random() * urls.length);
|
28 |
document.getElementById("myIframe").src = urls[randomIndex];
|