yulu2 commited on
Commit
a7fefdc
1 Parent(s): 25de314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ example_instructions = [
47
  "Create a monocular depth map.",
48
  ]
49
 
50
- model_id = "yulu2/InstructCV"
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")