Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_utils/utils.py
Browse files- gradio_utils/utils.py +0 -1
gradio_utils/utils.py
CHANGED
@@ -193,7 +193,6 @@ def process(query_img, state,
|
|
193 |
load_checkpoint(model, checkpoint_path, map_location='cpu')
|
194 |
model.eval()
|
195 |
outputs = estimate(model, data)
|
196 |
-
print("Output Avail!")
|
197 |
# visualize results
|
198 |
vis_s_weight = target_weight_s[0]
|
199 |
vis_s_image = support_img[0].detach().cpu().numpy().transpose(1, 2, 0)
|
|
|
193 |
load_checkpoint(model, checkpoint_path, map_location='cpu')
|
194 |
model.eval()
|
195 |
outputs = estimate(model, data)
|
|
|
196 |
# visualize results
|
197 |
vis_s_weight = target_weight_s[0]
|
198 |
vis_s_image = support_img[0].detach().cpu().numpy().transpose(1, 2, 0)
|