jadechoghari
commited on
Commit
•
379f611
1
Parent(s):
21ac37d
add ex
Browse files
app.py
CHANGED
@@ -62,11 +62,11 @@ iface = gr.Interface(
|
|
62 |
# outputs=gr.Audio(label="Download the Music 🎼"),
|
63 |
outputs=[gr.Video(label="Watch the Waveform 🎼"), gr.Audio(label="Download the Music 🎶")],
|
64 |
description=intro,
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
)
|
71 |
|
72 |
# Launch the Gradio app
|
|
|
62 |
# outputs=gr.Audio(label="Download the Music 🎼"),
|
63 |
outputs=[gr.Video(label="Watch the Waveform 🎼"), gr.Audio(label="Download the Music 🎶")],
|
64 |
description=intro,
|
65 |
+
examples=[
|
66 |
+
["A modern synthesizer creating futuristic soundscapes."],
|
67 |
+
["Acoustic ballad with heartfelt lyrics and soft piano."]
|
68 |
+
],
|
69 |
+
cache_examples=True
|
70 |
)
|
71 |
|
72 |
# Launch the Gradio app
|