Spaces:
Running
Running
interface update
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ MODELS = [
|
|
17 |
"microsoft/resnet-101", #Classifição geral escolhida pelo copilot
|
18 |
"microsoft/resnet-152", #Classifição geral escolhida pelo copilot
|
19 |
"microsoft/swin-tiny-patch4-window7-224",#Classifição geral
|
20 |
-
"-- Reinstated --",
|
21 |
"microsoft/beit-base-patch16-224-pt22k-ft22k", #Classifição geral
|
22 |
"-- New --"
|
23 |
|
|
|
17 |
"microsoft/resnet-101", #Classifição geral escolhida pelo copilot
|
18 |
"microsoft/resnet-152", #Classifição geral escolhida pelo copilot
|
19 |
"microsoft/swin-tiny-patch4-window7-224",#Classifição geral
|
20 |
+
"-- Reinstated on testing--",
|
21 |
"microsoft/beit-base-patch16-224-pt22k-ft22k", #Classifição geral
|
22 |
"-- New --"
|
23 |
|