Commit
·
32ef2ab
1
Parent(s):
64932fd
Update app.py
Browse files
app.py
CHANGED
@@ -178,6 +178,7 @@ demo = gr.Interface(
|
|
178 |
fn=TextToMusic,
|
179 |
inputs=[gr.inputs.Textbox(label='Enter Prompt')],
|
180 |
outputs=["audio","image"],
|
|
|
181 |
title="Lyrics Text To Music",
|
182 |
)
|
183 |
demo.launch(debug=True)
|
|
|
178 |
fn=TextToMusic,
|
179 |
inputs=[gr.inputs.Textbox(label='Enter Prompt')],
|
180 |
outputs=["audio","image"],
|
181 |
+
examples=[["I love you very very much.I can not live without you.You always present on my mind.I often think about you.I am all out of love I am so lost without you."]],
|
182 |
title="Lyrics Text To Music",
|
183 |
)
|
184 |
demo.launch(debug=True)
|