Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from io import BytesIO
|
|
| 6 |
|
| 7 |
# This is a placeholder for your image classification function
|
| 8 |
def classify_image(image):
|
| 9 |
-
pipe = pipeline("image-classification", "SolubleFish/
|
| 10 |
return pipe(image)
|
| 11 |
|
| 12 |
# Title
|
|
|
|
| 6 |
|
| 7 |
# This is a placeholder for your image classification function
|
| 8 |
def classify_image(image):
|
| 9 |
+
pipe = pipeline("image-classification", "SolubleFish/swin_transformer-finetuned-eurosat")
|
| 10 |
return pipe(image)
|
| 11 |
|
| 12 |
# Title
|