SUNO-API-V5-5 / pause.py
haraberget's picture
Upload 7 files
67f3270 verified
raw
history blame contribute delete
275 Bytes
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()