File size: 514 Bytes
0d3d5ca
 
 
 
4f1eb71
 
0d3d5ca
 
 
6580759
 
1
2
3
4
5
6
7
8
9
10
11
import gradio as gr

with gr.Blocks(fill_height=True) as demo:
    with gr.Sidebar():
        gr.Markdown(""""# Juan Lastra ~ 'An AI to help make your dreams come true...'""")
        gr.Markdown("""This Space showcases the facebook/musicgen-small model, served by the hf-inference API. Sign in with your Hugging Face account to use this API.""")
        button = gr.LoginButton("Sign in")
    gr.load("models/facebook/musicgen-small", accept_token=button, provider="hf-inference")
    
demo.launch()
# Juan Lastra