Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|