jadechoghari
commited on
Commit
•
21ac37d
1
Parent(s):
c298807
remove cache
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 |
-
examples=[
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
cache_examples=True
|
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
|