ysharma HF staff commited on
Commit
2066197
·
1 Parent(s): ff6ac62
Files changed (1) hide show
  1. gradio_seg2image.py +1 -1
gradio_seg2image.py CHANGED
@@ -10,7 +10,7 @@ import numpy as np
10
  import base64
11
 
12
  def encode(img_array):
13
- print(f"type of input_image ^^ - {type(input_image)}")
14
  # Convert NumPy array to image
15
  img = Image.fromarray(img_array)
16
 
 
10
  import base64
11
 
12
  def encode(img_array):
13
+ print(f"type of input_image ^^ - {type(img_array)}")
14
  # Convert NumPy array to image
15
  img = Image.fromarray(img_array)
16