Ashoka74 commited on
Commit
a490dc8
1 Parent(s): 15e9ce6

Update app_2.py

Browse files
Files changed (1) hide show
  1. app_2.py +1 -1
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(