CoolFace
Apppublic

ASesYusuf1/SESA_Audio_Separation

sourceHugging Facemitupdated 6mo agoView on Hugging Face
14likes
app.py6 linesDownload Raw Back to root
1import gradio as gr2from gui import create_interface3 4interface = create_interface()5# Use share=True for public access or server_name="127.0.0.1" for local testing6interface.launch(server_name="0.0.0.0", server_port=7860, share=True)