Spaces:
Runtime error
Runtime error
Update bald_processor.py
Browse files- bald_processor.py +1 -1
bald_processor.py
CHANGED
|
@@ -236,4 +236,4 @@ def make_realistic_bald(image_bytes: bytes) -> bytes:
|
|
| 236 |
except Exception as main_err:
|
| 237 |
print("ERROR in make_realistic_bald:")
|
| 238 |
traceback.print_exc()
|
| 239 |
-
raise RuntimeError(
|
|
|
|
| 236 |
except Exception as main_err:
|
| 237 |
print("ERROR in make_realistic_bald:")
|
| 238 |
traceback.print_exc()
|
| 239 |
+
raise RuntimeError("Bald processing failed: " + str(main_err))
|