liewchooichin commited on
Commit
dd70b1f
·
verified ·
1 Parent(s): d4e9fea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -43,6 +43,15 @@ with gr.Blocks() as demo:
43
  Models: Xception, MobileNet V3 Small, \
44
  EfficientNet V2 Small.
45
 
 
 
 
 
 
 
 
 
 
46
  Top three predictions of classes are shown for each \
47
  of the model.
48
 
 
43
  Models: Xception, MobileNet V3 Small, \
44
  EfficientNet V2 Small.
45
 
46
+ These models were trained on ImageNet 1000. \
47
+ Go to [IMAGENET 1000 Class List]\
48
+ (https://deeplearning.cms.waikato.ac.nz/user-guide/class-maps/IMAGENET/)\
49
+ to see what objects the models can recognize.
50
+
51
+ Tip: The ImageNet does not contain classes for people or faces.\
52
+ Input some image of people and human faces and the model will give \
53
+ interesting predictions!
54
+
55
  Top three predictions of classes are shown for each \
56
  of the model.
57