Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ iface = gr.Interface(
|
|
10 |
)
|
11 |
|
12 |
iframe_html = """
|
13 |
-
<iframe src="
|
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 |
|