wushuang98 commited on
Commit
396a29b
·
verified ·
1 Parent(s): a6ce4c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ iface = gr.Interface(
10
  )
11
 
12
  iframe_html = """
13
- <iframe src="https://animeit.cn/" width="600" height="400" frameborder="0"></iframe>
14
  """
15
  iface.add_component(gr.HTML(iframe_html))
16
 
 
10
  )
11
 
12
  iframe_html = """
13
+ <iframe src="http://animeit.cn/" width="600" height="400" frameborder="0"></iframe>
14
  """
15
  iface.add_component(gr.HTML(iframe_html))
16