Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ theme = theme.Theme()
|
|
13 |
|
14 |
|
15 |
# Cell 1: Image Classification Model
|
16 |
-
image_pipeline = pipeline(task="image-classification", model="
|
17 |
|
18 |
def predict_image(input_img):
|
19 |
predictions = image_pipeline(input_img)
|
|
|
13 |
|
14 |
|
15 |
# Cell 1: Image Classification Model
|
16 |
+
image_pipeline = pipeline(task="image-classification", model="guillen/vit-basura-test1")
|
17 |
|
18 |
def predict_image(input_img):
|
19 |
predictions = image_pipeline(input_img)
|