Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,6 +246,9 @@ with gr.Blocks() as demo:
|
|
| 246 |
```
|
| 247 |
composite = rgb + (1 - alpha) * background
|
| 248 |
```
|
|
|
|
|
|
|
|
|
|
| 249 |
"""
|
| 250 |
)
|
| 251 |
|
|
|
|
| 246 |
```
|
| 247 |
composite = rgb + (1 - alpha) * background
|
| 248 |
```
|
| 249 |
+
Due to limited online resources, we have restricted the inference steps to 25 and the number of frames to 13,
|
| 250 |
+
which may affect the generation quality to some extent.
|
| 251 |
+
For a better experience, we recommend visiting our GitHub repository and running the method locally by following the provided setup instructions.
|
| 252 |
"""
|
| 253 |
)
|
| 254 |
|