Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,7 @@ st.subheader("Image Classification", divider='orange')
|
|
| 10 |
if st.toggle(label='Show Pipe4'):
|
| 11 |
models = [
|
| 12 |
'google/vit-base-patch16-224',
|
|
|
|
| 13 |
'microsoft/resnet-50',
|
| 14 |
'facebook/deit-base-distilled-patch16-224',
|
| 15 |
'facebook/convnext-large-224',
|
|
|
|
| 10 |
if st.toggle(label='Show Pipe4'):
|
| 11 |
models = [
|
| 12 |
'google/vit-base-patch16-224',
|
| 13 |
+
'WinKawaks/vit-tiny-patch16-224',
|
| 14 |
'microsoft/resnet-50',
|
| 15 |
'facebook/deit-base-distilled-patch16-224',
|
| 16 |
'facebook/convnext-large-224',
|