File size: 272 Bytes
8df78d3
 
dd92073
 
 
964c263
dd92073
 
 
 
 
8df78d3
 
dd92073
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/?track=123" 
        width="100%" 
        height="700" 
        style="border:none;">
    </iframe>
    """)

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