taquynhnga commited on
Commit
647862d
1 Parent(s): d53ad55

Update pages/2_SmoothGrad.py

Browse files
Files changed (1) hide show
  1. pages/2_SmoothGrad.py +2 -2
pages/2_SmoothGrad.py CHANGED
@@ -35,8 +35,8 @@ instruction_text = """Users need to input the model(s), type of image set and im
35
  There are 3 models supported: [ConvNeXt](https://huggingface.co/facebook/convnext-tiny-224),
36
  [ResNet](https://huggingface.co/microsoft/resnet-50) and [MobileNet](https://pytorch.org/hub/pytorch_vision_mobilenet_v2/).
37
  These 3 models have similar number of parameters.
38
- 2. Choose type of Image set: There are 2 types of Image set. They are _User-defined set_ and _Random set_.
39
- 3. Image set setting: If users choose _User-defined set_ in Image set,
40
  users need to enter a list of image IDs separated by commas (,). For example, `0,1,4,7` is a valid input.
41
  Check the page [ImageNet1k](/ImageNet1k) to see all the Image IDs.
42
  If users choose _Random set_ in Image set, users just need to choose the number of random images to display here.
 
35
  There are 3 models supported: [ConvNeXt](https://huggingface.co/facebook/convnext-tiny-224),
36
  [ResNet](https://huggingface.co/microsoft/resnet-50) and [MobileNet](https://pytorch.org/hub/pytorch_vision_mobilenet_v2/).
37
  These 3 models have similar number of parameters.
38
+ \n2. Choose type of Image set: There are 2 types of Image set. They are _User-defined set_ and _Random set_.
39
+ \n3. Image set setting: If users choose _User-defined set_ in Image set,
40
  users need to enter a list of image IDs separated by commas (,). For example, `0,1,4,7` is a valid input.
41
  Check the page [ImageNet1k](/ImageNet1k) to see all the Image IDs.
42
  If users choose _Random set_ in Image set, users just need to choose the number of random images to display here.