MEYTI BECI BAGUNDA commited on
Commit ·
d4b4f11
1
Parent(s): 9087ee6
Update file google_vit.py
Browse files- src/models/google_vit.py +1 -0
src/models/google_vit.py
CHANGED
|
@@ -35,4 +35,5 @@ class GoogleVit(ModelInterface):
|
|
| 35 |
for i in range(5)
|
| 36 |
]
|
| 37 |
|
|
|
|
| 38 |
return results
|
|
|
|
| 35 |
for i in range(5)
|
| 36 |
]
|
| 37 |
|
| 38 |
+
|
| 39 |
return results
|