Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|