multimodalart HF Staff commited on
Commit
c33c795
·
verified ·
1 Parent(s): 76c704c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("## Thank you for being a PRO! 🤗")
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