Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ dogs = {
|
|
| 20 |
'Golden Retriever': [],
|
| 21 |
}
|
| 22 |
|
| 23 |
-
pipeline = pipeline(
|
| 24 |
|
| 25 |
|
| 26 |
def predict(image):
|
|
|
|
| 20 |
'Golden Retriever': [],
|
| 21 |
}
|
| 22 |
|
| 23 |
+
pipeline = pipeline(model=model)
|
| 24 |
|
| 25 |
|
| 26 |
def predict(image):
|