RamAnanth1 commited on
Commit
c353fff
β€’
1 Parent(s): a71488b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -115,8 +115,8 @@ def get_video(prompt, seed):
115
  )
116
  return save_results(samples)
117
 
118
- title = 'Latent Video Diffusion Models'
119
- DESCRIPTION = '<p>This model can only be used for non-commercial purposes. To learn more about the model, take a look at the <a href="https://github.com/VideoCrafter/VideoCrafter" style="text-decoration: underline;" target="_blank">model card</a>.</p>'
120
 
121
  with gr.Blocks(css='style.css') as demo:
122
  gr.Markdown(DESCRIPTION)
 
115
  )
116
  return save_results(samples)
117
 
118
+ DESCRIPTION = '# [Latent Video Diffusion Models](https://github.com/VideoCrafter/VideoCrafter)'
119
+ DESCRIPTION += '\n<p>πŸ€—πŸ€—πŸ€— VideoCrafter is an open-source video generation and editing toolbox for crafting video content. This model can only be used for non-commercial purposes. To learn more about the model, take a look at the <a href="https://github.com/VideoCrafter/VideoCrafter" style="text-decoration: underline;" target="_blank">model card</a>.</p>'
120
 
121
  with gr.Blocks(css='style.css') as demo:
122
  gr.Markdown(DESCRIPTION)