SUNO-API-V5 / pause.py
MySafeCode's picture
Update pause.py
964c263 verified
raw
history blame
272 Bytes
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()