Spaces:
Runtime error
Runtime error
Adonai Vera
commited on
Commit
·
f54d064
1
Parent(s):
41415df
re-lunch
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from transformers import pipeline
|
|
3 |
from PIL import Image
|
4 |
import os
|
5 |
|
6 |
-
|
7 |
# Initialize the pipeline with your model
|
8 |
pipe = pipeline("image-classification", model="SubterraAI/ofwat_cleaner_classification")
|
9 |
HF_TOKEN = os.environ.get('HF_TOKEN')
|
|
|
3 |
from PIL import Image
|
4 |
import os
|
5 |
|
|
|
6 |
# Initialize the pipeline with your model
|
7 |
pipe = pipeline("image-classification", model="SubterraAI/ofwat_cleaner_classification")
|
8 |
HF_TOKEN = os.environ.get('HF_TOKEN')
|