weijiawu commited on
Commit
76e50b1
·
1 Parent(s): 1899131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def chat_with_points(chat_input, click_state, state, mask_save_path,image_input)
92
  )
93
 
94
 
95
- pipe = pipe.to("cuda")
96
  mask = cv2.imread(mask_save_path)
97
 
98
  image_input = np.array(image_input)
 
92
  )
93
 
94
 
95
+ pipe = pipe
96
  mask = cv2.imread(mask_save_path)
97
 
98
  image_input = np.array(image_input)