Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def pil_to_binary_mask(pil_image, threshold=0):
|
|
44 |
return output_mask
|
45 |
|
46 |
|
47 |
-
base_path = '
|
48 |
|
49 |
unet = UNet2DConditionModel.from_pretrained(
|
50 |
base_path,
|
|
|
44 |
return output_mask
|
45 |
|
46 |
|
47 |
+
base_path = 'Keshabwi66/SmartLugaModel'
|
48 |
|
49 |
unet = UNet2DConditionModel.from_pretrained(
|
50 |
base_path,
|