wushuang98's picture
Update app.py
19cb192 verified
raw
history blame
242 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.HTML("""
<iframe
src="http://animeit.cn/"
width="100%"
height="500"
frameborder="0"
allow="fullscreen"
></iframe>
""")
demo.launch()