JuanLastra commited on
Commit
4f1eb71
·
verified ·
1 Parent(s): a3e1057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
2
 
3
  with gr.Blocks(fill_height=True) as demo:
4
  with gr.Sidebar():
5
- gr.Markdown("# Juan Lastra ~ 'An AI to help make your dreams come true...'")
6
- 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.")
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/facebook/musicgen-small", accept_token=button, provider="hf-inference")
9
 
 
2
 
3
  with gr.Blocks(fill_height=True) as demo:
4
  with gr.Sidebar():
5
+ gr.Markdown(""""# Juan Lastra ~ 'An AI to help make your dreams come true...'""")
6
+ 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.""")
7
  button = gr.LoginButton("Sign in")
8
  gr.load("models/facebook/musicgen-small", accept_token=button, provider="hf-inference")
9