Salman Naqvi commited on
Commit
a12ccf4
·
1 Parent(s): ad5ae5d

Updated blog post url.

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -31,10 +31,8 @@ description = "An image classifier that can tell whether an image is flooded " \
31
  " This model was trained on the ResNet18 architecture and the " \
32
  "fastai library." \
33
  " Check out the associated blog post with the link below!"
34
- article = "<p style='text-align: center; font-size: 36px'><a " \
35
- "href='https://forbo7.github" \
36
- ".io/ForBlog/fastai/image%20classification/2022/09/12/Detecting" \
37
- "-Floods-for-Disaster-Relief.html' targets='_blank'>Blog Post</a></p>'"
38
 
39
  # %% app.ipynb 14
40
  # Perhaps I can make the interface below with **kwargs?
 
31
  " This model was trained on the ResNet18 architecture and the " \
32
  "fastai library." \
33
  " Check out the associated blog post with the link below!"
34
+ article = "<p style='text-align: center; font-size: 36px'><a href='https://forbo7.github.io/forblog/posts/2_bear_classifier_model.html' " \
35
+ "targets='_blank'><Blog Post</a></p>"
 
 
36
 
37
  # %% app.ipynb 14
38
  # Perhaps I can make the interface below with **kwargs?