Spaces:
Runtime error
Runtime error
Adonai Vera
commited on
Commit
•
5456696
1
Parent(s):
6c880c2
Fix issue run error
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import io
|
|
7 |
import numpy as np
|
8 |
import uuid
|
9 |
|
|
|
10 |
# Initialize the pipeline with your model
|
11 |
pipe = pipeline("image-classification", model="SubterraAI/ofwat_material_classification")
|
12 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
|
|
7 |
import numpy as np
|
8 |
import uuid
|
9 |
|
10 |
+
|
11 |
# Initialize the pipeline with your model
|
12 |
pipe = pipeline("image-classification", model="SubterraAI/ofwat_material_classification")
|
13 |
HF_TOKEN = os.getenv('HF_TOKEN')
|