Andres Chait commited on
Commit
9999ca7
·
1 Parent(s): 98f5fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ example_instructions = [
31
  "Create a monocular depth map.",
32
  ]
33
 
34
- model_id = "andreschait/Gradio-TTI"
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")