Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -67,9 +67,9 @@ def predict(model, uploaded_image, melody, duration, topk, topp, temperature, cf
|
|
67 |
with gr.Blocks() as demo:
|
68 |
gr.Markdown(
|
69 |
"""
|
70 |
-
# MusicGen
|
71 |
|
72 |
-
This is the demo for [MusicGen](https://github.com/facebookresearch/audiocraft), a simple and controllable model for music generation
|
73 |
presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284).
|
74 |
<br/>
|
75 |
<a href="https://huggingface.co/spaces/musicgen/MusicGen?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|
|
|
67 |
with gr.Blocks() as demo:
|
68 |
gr.Markdown(
|
69 |
"""
|
70 |
+
# Image to MusicGen
|
71 |
|
72 |
+
This is the demo by @fffiloni for Image to [MusicGen](https://github.com/facebookresearch/audiocraft), a simple and controllable model for music generation
|
73 |
presented at: ["Simple and Controllable Music Generation"](https://huggingface.co/papers/2306.05284).
|
74 |
<br/>
|
75 |
<a href="https://huggingface.co/spaces/musicgen/MusicGen?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
|