Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| with gr.Blocks(title="RedEx") as demo: | |
| gr.HTML(''' | |
| <iframe | |
| src="https://redex.int.yt" | |
| width="100%" | |
| height="900px" | |
| frameborder="0" | |
| style="border:none;" | |
| ></iframe> | |
| ''') | |
| demo.launch() |