Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
| 195 |
with gr.Group(visible=False) as video_group:
|
| 196 |
video_output = gr.Video(label="Generated Video", show_download_button=True, autoplay=True)
|
| 197 |
gr.Markdown("Generate more with [Wan 2.2 first-last-frame](https://huggingface.co/spaces/multimodalart/wan-2-2-first-last-frame)", elem_id="wan_ad")
|
| 198 |
-
gr.Markdown("
|
| 199 |
|
| 200 |
login_button = gr.LoginButton()
|
| 201 |
|
|
|
|
| 195 |
with gr.Group(visible=False) as video_group:
|
| 196 |
video_output = gr.Video(label="Generated Video", show_download_button=True, autoplay=True)
|
| 197 |
gr.Markdown("Generate more with [Wan 2.2 first-last-frame](https://huggingface.co/spaces/multimodalart/wan-2-2-first-last-frame)", elem_id="wan_ad")
|
| 198 |
+
gr.Markdown("<h2 style='text-align: center'>Thank you for being a PRO! 🤗</h2>")
|
| 199 |
|
| 200 |
login_button = gr.LoginButton()
|
| 201 |
|