Spaces:
Runtime error
Runtime error
Commit
Β·
c353fff
1
Parent(s):
a71488b
Update app.py
Browse files
app.py
CHANGED
@@ -115,8 +115,8 @@ def get_video(prompt, seed):
|
|
115 |
)
|
116 |
return save_results(samples)
|
117 |
|
118 |
-
|
119 |
-
DESCRIPTION
|
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)
|