Ahsen Khaliq commited on
Commit
c1eaf7f
·
1 Parent(s): 16cff9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def inference(video):
11
  convert_video(
12
  model, # The loaded model, can be on any device (cpu or cuda).
13
  input_source=video, # A video file or an image sequence directory.
14
- input_resize=(512, 512), # [Optional] Resize the input (also the output).
15
  downsample_ratio=0.25, # [Optional] If None, make downsampled max size be 512px.
16
  output_type='video', # Choose "video" or "png_sequence"
17
  output_composition='com.mp4', # File path if video; directory path if png sequence.
 
11
  convert_video(
12
  model, # The loaded model, can be on any device (cpu or cuda).
13
  input_source=video, # A video file or an image sequence directory.
14
+ input_resize=(600, 600), # [Optional] Resize the input (also the output).
15
  downsample_ratio=0.25, # [Optional] If None, make downsampled max size be 512px.
16
  output_type='video', # Choose "video" or "png_sequence"
17
  output_composition='com.mp4', # File path if video; directory path if png sequence.