jadechoghari commited on
Commit
8d0503c
•
1 Parent(s): 379f611

undo changes

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- ["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
 
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