ziqiangao commited on
Commit
4e01b5d
·
1 Parent(s): db19dc1

Update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -306,7 +306,7 @@ iface = gr.Interface(
306
  ],
307
  outputs=gr.components.Video(label="Output"),
308
  title="MP3 to Video Visualization",
309
- description="Upload an MP3 file and configure parameters to create a visualization video."
310
  )
311
 
312
  # Launch Gradio interface
 
306
  ],
307
  outputs=gr.components.Video(label="Output"),
308
  title="MP3 to Video Visualization",
309
+ description="Upload an MP3 file and configure parameters to create a visualization video.\nOptionally upload a word or line synced lyric file"
310
  )
311
 
312
  # Launch Gradio interface