davidfertube commited on
Commit
c2b5132
Β·
1 Parent(s): f58822c

Update dataset references

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,7 +123,7 @@ def inspect(observation_text):
123
  4. Brief crew on findings at next toolbox talk
124
 
125
  ---
126
- *Model: [hse-compliance-inspector](https://huggingface.co/davidfertube/hse-compliance-inspector) | Dataset: [hse-inspection-reports](https://huggingface.co/datasets/davidfertube/hse-inspection-reports)*
127
  """
128
  else:
129
  return f"""# βœ… COMPLIANT β€” No Violations Detected
@@ -175,7 +175,7 @@ Field Observation β†’ Qwen2-VL Analysis β†’ Violation Detection β†’ Severity Cla
175
 
176
  **Categories:** PPE 🦺 | Housekeeping 🧹 | Fall Protection πŸͺœ | Fire Safety 🧯 | Electrical ⚑
177
 
178
- **Resources:** [Model](https://huggingface.co/davidfertube/hse-compliance-inspector) | [Dataset](https://huggingface.co/datasets/davidfertube/hse-inspection-reports) | [Portfolio](https://davidfernandez.dev)
179
 
180
  *Built by David Fernandez β€” Applied AI Engineer | LangGraph & Pydantic Contributor*
181
  """,
 
123
  4. Brief crew on findings at next toolbox talk
124
 
125
  ---
126
+ *Model: [hse-compliance-inspector](https://huggingface.co/davidfertube/hse-compliance-inspector) | Dataset: [hse-safety-inspection-data](https://huggingface.co/datasets/davidfertube/hse-safety-inspection-data)*
127
  """
128
  else:
129
  return f"""# βœ… COMPLIANT β€” No Violations Detected
 
175
 
176
  **Categories:** PPE 🦺 | Housekeeping 🧹 | Fall Protection πŸͺœ | Fire Safety 🧯 | Electrical ⚑
177
 
178
+ **Resources:** [Model](https://huggingface.co/davidfertube/hse-compliance-inspector) | [Dataset](https://huggingface.co/datasets/davidfertube/hse-safety-inspection-data) | [Portfolio](https://davidfernandez.dev)
179
 
180
  *Built by David Fernandez β€” Applied AI Engineer | LangGraph & Pydantic Contributor*
181
  """,