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