Spaces:
Runtime error
Runtime error
johnowhitaker
commited on
Commit
•
abfbc00
1
Parent(s):
af1001b
Added links to blog post and training nb
Browse files
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
|
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,
|