File size: 275 Bytes
67f3270
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import gradio as gr

with gr.Blocks() as app:
    gr.HTML("""

    <iframe 

        src="https://1hit.no/gen/audio/mp3/" 

        width="100%" 

        height="700" 

        style="border:none;">

    </iframe>

    """)

if __name__ == "__main__":
    app.launch()