fffiloni commited on
Commit
169d1b8
·
1 Parent(s): b03a7ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ def infer(video_in, trim_value, prompt, background_prompt):
311
  results = run_grounded_sam(image_array, prompt, "text", background_prompt)
312
 
313
  bg_img = Image.fromarray(results[0])
314
- greem_img = Image.fromarray(results[1])
315
  matte_img = Image.fromarray(results[2])
316
 
317
 
 
311
  results = run_grounded_sam(image_array, prompt, "text", background_prompt)
312
 
313
  bg_img = Image.fromarray(results[0])
314
+ green_img = Image.fromarray(results[1])
315
  matte_img = Image.fromarray(results[2])
316
 
317