Spaces:
Running
on
Zero
Running
on
Zero
Update app_2.py
Browse files
app_2.py
CHANGED
@@ -1239,7 +1239,7 @@ with block:
|
|
1239 |
image = image.astype(np.uint8)
|
1240 |
return image
|
1241 |
except Exception as e:
|
1242 |
-
print(f"Error converting Numpy image to PIL :{e})
|
1243 |
return image
|
1244 |
|
1245 |
run_button.click(
|
|
|
1239 |
image = image.astype(np.uint8)
|
1240 |
return image
|
1241 |
except Exception as e:
|
1242 |
+
print(f"Error converting Numpy image to PIL :{e}")
|
1243 |
return image
|
1244 |
|
1245 |
run_button.click(
|