Spaces:
Runtime error
Runtime error
Adonai Vera
commited on
Commit
·
bfd9cdf
1
Parent(s):
316cc87
Remove issue
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
from PIL import Image
|
5 |
import os
|
6 |
|
7 |
-
|
8 |
# Initialize the pipeline with your model
|
9 |
pipe = pipeline("image-classification", model="SubterraAI/ofwat_cleaner_classification")
|
10 |
|
|
|
4 |
from PIL import Image
|
5 |
import os
|
6 |
|
7 |
+
|
8 |
# Initialize the pipeline with your model
|
9 |
pipe = pipeline("image-classification", model="SubterraAI/ofwat_cleaner_classification")
|
10 |
|