wileewang commited on
Commit
c3dd7f3
·
verified ·
1 Parent(s): 3e31c85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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