Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,6 @@ def get_step_info(step_number):
|
|
93 |
"0-3 seconds": "Technician unloads(removes) carcass(tire) from the machine."
|
94 |
|
95 |
}
|
96 |
-
|
97 |
"Potential_Delay_reasons": ["Person not available in time(in 3 sec) to remove carcass.",
|
98 |
"Person is doing bead(ring) insertion befor carcass unload causing unload to be delayed by more than 3 sec"]
|
99 |
}
|
@@ -271,11 +270,7 @@ def create_interface():
|
|
271 |
|
272 |
gr.Examples(
|
273 |
examples=[
|
274 |
-
["
|
275 |
-
["7838_step6_2_eval.mp4", "Step 6"],
|
276 |
-
["7838_step8_1_eval.mp4", "Step 8"],
|
277 |
-
["7993_step6_3_eval.mp4", "Step 6"],
|
278 |
-
["7993_step8_3_eval.mp4", "Step 8"]
|
279 |
],
|
280 |
inputs=[video, step_number],
|
281 |
cache_examples=False
|
|
|
93 |
"0-3 seconds": "Technician unloads(removes) carcass(tire) from the machine."
|
94 |
|
95 |
}
|
|
|
96 |
"Potential_Delay_reasons": ["Person not available in time(in 3 sec) to remove carcass.",
|
97 |
"Person is doing bead(ring) insertion befor carcass unload causing unload to be delayed by more than 3 sec"]
|
98 |
}
|
|
|
270 |
|
271 |
gr.Examples(
|
272 |
examples=[
|
273 |
+
["7993_step8_3_eval1.mp4", "Step 8"]
|
|
|
|
|
|
|
|
|
274 |
],
|
275 |
inputs=[video, step_number],
|
276 |
cache_examples=False
|