Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks() as demo:
|
|
247 |
[Paper](https://arxiv.org/abs/2502.06734) | [Code](https://github.com/zibojia/SENORITA) | [Huggingface](https://huggingface.co/datasets/SENORITADATASET/Senorita)
|
248 |
|
249 |
<small>This is the official implementation of Señorita. The original model requires 50 denoising steps to generate a video.
|
250 |
-
However, due to GPU usage limitations on Hugging Face Spaces, we have reduced the number of denoising steps to
|
251 |
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>
|
252 |
"""
|
253 |
)
|
|
|
247 |
[Paper](https://arxiv.org/abs/2502.06734) | [Code](https://github.com/zibojia/SENORITA) | [Huggingface](https://huggingface.co/datasets/SENORITADATASET/Senorita)
|
248 |
|
249 |
<small>This is the official implementation of Señorita. The original model requires 50 denoising steps to generate a video.
|
250 |
+
However, due to GPU usage limitations on Hugging Face Spaces, we have reduced the number of denoising steps to 40, which takes about 240s to generate one video.
|
251 |
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>
|
252 |
"""
|
253 |
)
|