a6ce4c7 dbecd1e 19cb192 21a8ced 19cb192 a6ce4c7 dbecd1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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()