ilcve21 commited on
Commit
b5f1e89
·
verified ·
1 Parent(s): 7ed72b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ 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);
42
  document.getElementById("myIframe").src = urls[randomIndex];
 
36
  function createGradio() {
37
  const urls = [
38
  "https://3dserver.zaohaowu.com/",
39
+ "https://3dserver.zaohaowu.com/"
40
  ];
41
  const randomIndex = Math.floor(Math.random() * urls.length);
42
  document.getElementById("myIframe").src = urls[randomIndex];