File size: 230 Bytes
8471da3
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

# تحميل وتشغيل الأوزان السحابية المخزنة في حسابك الشخصي مباشرة
demo = gr.load("models/Novix/SongGenerationtwo")

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