nikkar commited on
Commit
2e890e3
·
verified ·
1 Parent(s): 78e8e84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def paint_point_track(
173
  return video
174
 
175
 
176
- PREVIEW_WIDTH = 1024 # Width of the preview video
177
  VIDEO_INPUT_RESO = (384, 512) # Resolution of the input video
178
  POINT_SIZE = 4 # Size of the query point in the preview video
179
  FRAME_LIMIT = 300 # Limit the number of frames to process
 
173
  return video
174
 
175
 
176
+ PREVIEW_WIDTH = 768 # Width of the preview video
177
  VIDEO_INPUT_RESO = (384, 512) # Resolution of the input video
178
  POINT_SIZE = 4 # Size of the query point in the preview video
179
  FRAME_LIMIT = 300 # Limit the number of frames to process