Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
|
|
|
|
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 |
|