RedEx / app.py
realcorsair's picture
Update app.py
f89f952 verified
raw
history blame contribute delete
290 Bytes
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()