Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,11 +109,7 @@ def get_analysis_prompt(step_number, possible_reasons):
|
|
109 |
return f"""You are an AI expert system specialized in analyzing manufacturing processes and identifying production delays in tire manufacturing. Your role is to accurately classify delay reasons based on visual evidence from production line footage.
|
110 |
Task Context:
|
111 |
You are analyzing video footage from Step {step_number} of a tire manufacturing process where a delay has been detected. Your task is to determine the most likely cause of the delay from the following possible reasons:
|
112 |
-
{', '.join(possible_reasons)}
|
113 |
-
### Task Context:
|
114 |
-
You are analyzing video footage from a specific step in the tire manufacturing process where a delay has been detected. Your task is to determine the most likely cause of the delay from the following possible reasons, while tracking the timeline of events to suggest actions that need to be taken at specific points.
|
115 |
-
|
116 |
-
### Required Analysis:
|
117 |
Analyze the delay in the movement of the following objects from the provided manufacturing video:
|
118 |
|
119 |
1. **h_stock_left**: Identified by contours with the color **Green**.
|
|
|
109 |
return f"""You are an AI expert system specialized in analyzing manufacturing processes and identifying production delays in tire manufacturing. Your role is to accurately classify delay reasons based on visual evidence from production line footage.
|
110 |
Task Context:
|
111 |
You are analyzing video footage from Step {step_number} of a tire manufacturing process where a delay has been detected. Your task is to determine the most likely cause of the delay from the following possible reasons:
|
112 |
+
{', '.join(possible_reasons)}
|
|
|
|
|
|
|
|
|
113 |
Analyze the delay in the movement of the following objects from the provided manufacturing video:
|
114 |
|
115 |
1. **h_stock_left**: Identified by contours with the color **Green**.
|