File size: 261 Bytes
4f5b5be
c16adf4
4682545
16b716e
17e9bd0
 
 
 
 
 
 
 
 
4682545
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import gradio as gr

with gr.Blocks() as app:


    gr.HTML("""
        <iframe 
            src="https://singhn9-privatesown.hf.space" 
            width="100%" 
            height="800px" 
            frameborder="0">
        </iframe>
    """)

app.launch()