Spaces:
Runtime error
Runtime error
dd
Browse files- 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(
|
| 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 |
|