matt-le-kat commited on
Commit
a9cd5a3
1 Parent(s): cb85ac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import re
10
  model_id = "CompVis/stable-diffusion-v1-4"
11
  device = "cuda"
12
 
13
- pipe = StableDiffusionPipeline.from_pretrained(model_id, use_auth_token=True)
14
  pipe = pipe.to(device)
15
 
16
  def infer(prompt):
 
10
  model_id = "CompVis/stable-diffusion-v1-4"
11
  device = "cuda"
12
 
13
+ pipe = StableDiffusionPipeline.from_pretrained(model_id, use_auth_token='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')
14
  pipe = pipe.to(device)
15
 
16
  def infer(prompt):