Spaces:
Runtime error
Runtime error
Andres Chait
commited on
Commit
·
9999ca7
1
Parent(s):
98f5fb8
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ example_instructions = [
|
|
| 31 |
"Create a monocular depth map.",
|
| 32 |
]
|
| 33 |
|
| 34 |
-
model_id = "andreschait/
|
| 35 |
|
| 36 |
def main():
|
| 37 |
# pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(model_id, torch_dtype=torch.float16, safety_checker=None).to("cpu")
|
|
|
|
| 31 |
"Create a monocular depth map.",
|
| 32 |
]
|
| 33 |
|
| 34 |
+
model_id = "andreschait/Kapara-K9"
|
| 35 |
|
| 36 |
def main():
|
| 37 |
# pipe = StableDiffusionInstructPix2PixPipeline.from_pretrained(model_id, torch_dtype=torch.float16, safety_checker=None).to("cpu")
|