kfahn commited on
Commit
8cc5e29
1 Parent(s): d23cffb

Update app.py

Browse files

update link to p5sketch

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from diffusers import FlaxStableDiffusionControlNetPipeline, FlaxControlNetModel
9
  import gc
10
 
11
  report_url = 'https://wandb.ai/john-fozard/dog-cat-pose/runs/kmwcvae5'
12
- sketch_url = 'https://editor.p5js.org/kfahn/full/Ntzq9HWhx'
13
 
14
  def create_key(seed=0):
15
  return jax.random.PRNGKey(seed)
 
9
  import gc
10
 
11
  report_url = 'https://wandb.ai/john-fozard/dog-cat-pose/runs/kmwcvae5'
12
+ sketch_url = 'https://editor.p5js.org/kfahn/full/OshQky7RS'
13
 
14
  def create_key(seed=0):
15
  return jax.random.PRNGKey(seed)