fffiloni commited on
Commit
9b3afe2
·
1 Parent(s): e61a385

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def infer():
124
  #frames, _, _ = read_video(str("./spacex.mp4"), output_format="TCHW")
125
  #print(f"FRAME BEFORE stack: {frames[100]}")
126
 
127
- prompt = "astronaut crew inside a spaceship, artwork by Claude Monet, beautiful details"
128
 
129
  pil2diff_img = Image.open("./basket1.jpg")
130
  canny_image = get_canny_filter(pil2diff_img)
 
124
  #frames, _, _ = read_video(str("./spacex.mp4"), output_format="TCHW")
125
  #print(f"FRAME BEFORE stack: {frames[100]}")
126
 
127
+ prompt = "basketball player playing basketball"
128
 
129
  pil2diff_img = Image.open("./basket1.jpg")
130
  canny_image = get_canny_filter(pil2diff_img)