PengWeixuanSZU commited on
Commit
4b5949a
·
verified ·
1 Parent(s): 338133f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -242,7 +242,9 @@ with gr.Blocks() as demo:
242
 
243
  [Paper](https://arxiv.org/abs/2502.06734) | [Code](https://github.com/zibojia/SENORITA) | [Huggingface](https://huggingface.co/datasets/SENORITADATASET/Senorita)
244
 
245
- <small>This UI is made by [PengWeixuanSZU](https://huggingface.co/PengWeixuanSZU).</small>
 
 
246
  """
247
  )
248
 
 
242
 
243
  [Paper](https://arxiv.org/abs/2502.06734) | [Code](https://github.com/zibojia/SENORITA) | [Huggingface](https://huggingface.co/datasets/SENORITADATASET/Senorita)
244
 
245
+ <small>This is the official implementation of Señorita. The original model requires 50 denoising steps to generate a video.
246
+ However, due to GPU usage limitations on Hugging Face Spaces, we have reduced the number of denoising steps to 20, which takes about 240s to generate one video.
247
+ As a result, the performance may be slightly affected. Thank you for your understanding! This UI is made by [PengWeixuanSZU](https://huggingface.co/PengWeixuanSZU).</small>
248
  """
249
  )
250