Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ example_instructions = [
|
|
47 |
"Create a monocular depth map.",
|
48 |
]
|
49 |
|
50 |
-
model_id = "
|
51 |
|
52 |
def main():
|
53 |
# pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(model_id, torch_dtype=torch.float16, safety_checker=None).to("cpu")
|
|
|
47 |
"Create a monocular depth map.",
|
48 |
]
|
49 |
|
50 |
+
model_id = "alaa-lab/InstructCV"
|
51 |
|
52 |
def main():
|
53 |
# pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(model_id, torch_dtype=torch.float16, safety_checker=None).to("cpu")
|