Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,10 @@ TORCH_TYPE = torch.bfloat16 if torch.cuda.is_available() and torch.cuda.get_devi
|
|
15 |
DELAY_REASONS = {
|
16 |
"Step 1": ["Delay in Bead Insertion","Lack of raw material"],
|
17 |
"Step 2": ["Inner Liner Adjustment by Technician","Person rebuilding defective Tire Sections"],
|
18 |
-
"Step 3": ["Manual Adjustment in Ply1 apply","
|
19 |
"Step 4": ["Delay in Bead set","Lack of raw material"],
|
20 |
"Step 5": ["Delay in Turnup","Lack of raw material"],
|
21 |
-
"Step 6": ["Person
|
22 |
"Step 7": ["Delay in sidewall stitching","Lack of raw material"],
|
23 |
"Step 8": ["No person available to load Carcass","No person available to collect tire"]
|
24 |
}
|
|
|
15 |
DELAY_REASONS = {
|
16 |
"Step 1": ["Delay in Bead Insertion","Lack of raw material"],
|
17 |
"Step 2": ["Inner Liner Adjustment by Technician","Person rebuilding defective Tire Sections"],
|
18 |
+
"Step 3": ["Manual Adjustment in Ply1 apply","Technician repairing defective Tire Sections"],
|
19 |
"Step 4": ["Delay in Bead set","Lack of raw material"],
|
20 |
"Step 5": ["Delay in Turnup","Lack of raw material"],
|
21 |
+
"Step 6": ["Person Repairing sidewall","Person rebuilding defective Tire Sections"],
|
22 |
"Step 7": ["Delay in sidewall stitching","Lack of raw material"],
|
23 |
"Step 8": ["No person available to load Carcass","No person available to collect tire"]
|
24 |
}
|