johnowhitaker commited on
Commit
abfbc00
1 Parent(s): af1001b

Added links to blog post and training nb

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ A resnet34-based unet model trained (briefly) to sketchify faces.
35
  </center>
36
  """
37
 
38
- article = "Blog post on this with more details coming soon on https://datasciencecastnet.home.blog/"
39
 
40
 
41
  iface = gr.Interface(fn=sketchify,
 
35
  </center>
36
  """
37
 
38
+ article = "Blog post: https://datasciencecastnet.home.blog/2022/03/29/sketchy-unet/ \n Model training (colab): https://colab.research.google.com/drive/1ydcC4Gs2sLOelj0YqwJfRqDPU2sjQunb?usp=sharing \n My Twitter (questions and feedback welcome) https://twitter.com/johnowhitaker"
39
 
40
 
41
  iface = gr.Interface(fn=sketchify,