johnowhitaker commited on
Commit
425dec3
1 Parent(s): acdc549

Updated article with more info and link to sketchify space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,6 +265,6 @@ iface = gr.Interface(fn=process_im,
265
  ],
266
  outputs=[gr.outputs.Image(type="pil", label="Model Output")],
267
  title = 'Sketchy ImStack + CLOOB', description = "Stylize an image with ImStack+CLOOB after a Sketchy Unet",
268
- article = "More info on datasciencecastnet.home.blog"
269
  )
270
  iface.launch(enable_queue=True)
 
265
  ],
266
  outputs=[gr.outputs.Image(type="pil", label="Model Output")],
267
  title = 'Sketchy ImStack + CLOOB', description = "Stylize an image with ImStack+CLOOB after a Sketchy Unet",
268
+ article = "An input image is sketchified with a unet - see https://huggingface.co/spaces/johnowhitaker/sketchy_unet_demo and links from there to training and blog post. It is then loaded into an imstack (https://johnowhitaker.github.io/imstack/) which is optimized towards a CLOOB prompt for n_steps. Feel free to reach me @johnowhitaker with questions :)"
269
  )
270
  iface.launch(enable_queue=True)