wushuang98's picture
Update app.py
21a8ced verified
raw
history blame
246 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.HTML("""
<iframe
src="https://api.zmkj.site/"
width="100%"
height="500"
frameborder="0"
allow="fullscreen"
></iframe>
""")
demo.launch()