Spaces:
Runtime error
Runtime error
Julien Simon
commited on
Commit
·
f9ccbb5
1
Parent(s):
7539610
- Add apple/mobilevit-small
Browse files- Add google/mobilenet_v2_1.4_224
app.py
CHANGED
@@ -2,9 +2,11 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
model_names = [
|
|
|
5 |
"facebook/deit-base-patch16-224",
|
6 |
"facebook/convnext-base-224",
|
7 |
"google/vit-base-patch16-224",
|
|
|
8 |
"microsoft/resnet-50",
|
9 |
"microsoft/swin-base-patch4-window7-224",
|
10 |
"microsoft/beit-base-patch16-224",
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
model_names = [
|
5 |
+
"apple/mobilevit-small",
|
6 |
"facebook/deit-base-patch16-224",
|
7 |
"facebook/convnext-base-224",
|
8 |
"google/vit-base-patch16-224",
|
9 |
+
"google/mobilenet_v2_1.4_224",
|
10 |
"microsoft/resnet-50",
|
11 |
"microsoft/swin-base-patch4-window7-224",
|
12 |
"microsoft/beit-base-patch16-224",
|