vdprabhu commited on
Commit
f7d1996
·
1 Parent(s): 03ef78d

Update app_utils.py

Browse files
Files changed (1) hide show
  1. app_utils.py +1 -1
app_utils.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
 
3
  # Strings
4
  replicate = ":bulb: Choose **ResNet50V2** model and **conv3_block4_out** to get the results as in the example."
5
- credits = ":memo: [Keras example](https://keras.io/examples/vision/visualizing_what_convnets_learn/) by [@fchollet](https://twitter.com/fchollet). Space by Vrinda Prabhu."
6
  vit_info = ":star: For Vision Transformers, check the excellent [probing-vits](https://huggingface.co/probing-vits) space."
7
 
8
  title = "Visualizing What Convnets Learn"
 
2
 
3
  # Strings
4
  replicate = ":bulb: Choose **ResNet50V2** model and **conv3_block4_out** to get the results as in the example."
5
+ credits = ":memo: [Keras example](https://keras.io/examples/vision/visualizing_what_convnets_learn/) by [@fchollet](https://twitter.com/fchollet)."
6
  vit_info = ":star: For Vision Transformers, check the excellent [probing-vits](https://huggingface.co/probing-vits) space."
7
 
8
  title = "Visualizing What Convnets Learn"