unicodeveloper commited on
Commit
b9a13ed
·
1 Parent(s): 765308a

remove improve texture arg

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -42,8 +42,7 @@ def create(
42
  width=width_ui,
43
  num_frames=ui_frames_to_use,
44
  seed=used_seed,
45
- output_path=output_path,
46
- improve_texture=improve_texture_flag,
47
  )
48
 
49
  # attach initial image or video if mode requires
 
42
  width=width_ui,
43
  num_frames=ui_frames_to_use,
44
  seed=used_seed,
45
+ output_path=output_path
 
46
  )
47
 
48
  # attach initial image or video if mode requires