Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,6 @@ html = '''
|
|
| 35 |
script = '''
|
| 36 |
function createGradio() {
|
| 37 |
const urls = [
|
| 38 |
-
"https://3dserver.zaohaowu.com/",
|
| 39 |
"https://3dserver.hitems.ai/"
|
| 40 |
];
|
| 41 |
const randomIndex = Math.floor(Math.random() * urls.length);
|
|
|
|
| 35 |
script = '''
|
| 36 |
function createGradio() {
|
| 37 |
const urls = [
|
|
|
|
| 38 |
"https://3dserver.hitems.ai/"
|
| 39 |
];
|
| 40 |
const randomIndex = Math.floor(Math.random() * urls.length);
|