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