3v324v23 commited on
Commit
4841b69
·
1 Parent(s): b6c1eb0

Update urls

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -21,9 +21,8 @@ html = '''
21
  script = '''
22
  function createGradio() {
23
  const urls = [
24
- "https://1e908c0ccf6b9c6ec9.gradio.live",
25
- "https://259c056a664b80acb9.gradio.live",
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];