bubbliiiing commited on
Commit
4bde97a
1 Parent(s): f62c8b9
Files changed (1) hide show
  1. easyanimate/ui/ui.py +2 -2
easyanimate/ui/ui.py CHANGED
@@ -1945,8 +1945,8 @@ def ui_eas(edition, config_path, model_name, savedir_sample):
1945
  f_maximum = 144
1946
  f_value = 144
1947
  else:
1948
- f_maximum = 49
1949
- f_value = 49
1950
 
1951
  if generation_method == "Video Generation":
1952
  return gr.update(visible=True, maximum=f_maximum, value=f_value)
 
1945
  f_maximum = 144
1946
  f_value = 144
1947
  else:
1948
+ f_maximum = 21
1949
+ f_value = 21
1950
 
1951
  if generation_method == "Video Generation":
1952
  return gr.update(visible=True, maximum=f_maximum, value=f_value)