ingelise commited on
Commit
e5f9885
·
1 Parent(s): f2c0071

feat: surface the new taxonomy mappings, and pin pydantic version to workaround a bug

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -38,7 +38,8 @@ class UI:
38
  info="Describe the intent of the application, or choose from one of the examples below."
39
  )
40
  self.taxonomy = gr.Dropdown(
41
- choices=["ibm-risk-atlas", "mit-ai-risk-repository", "nist-ai-rmf", "ibm-granite-guardian"],
 
42
  multiselect=False,
43
  value="ibm-risk-atlas",
44
  label="Choose a risk taxonomy.",
 
38
  info="Describe the intent of the application, or choose from one of the examples below."
39
  )
40
  self.taxonomy = gr.Dropdown(
41
+ choices=["ibm-risk-atlas", "mit-ai-risk-repository", "nist-ai-rmf", "ibm-granite-guardian",
42
+ "ailuminate-v1.0", "credo-ucf", "owasp-llm-2.0"],
43
  multiselect=False,
44
  value="ibm-risk-atlas",
45
  label="Choose a risk taxonomy.",
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio==5.18.0
 
2
  linkml==1.8.6
3
  linkml_runtime==1.8.3
4
  ibm_watsonx_ai==1.2.8
 
1
  gradio==5.18.0
2
+ pydantic==2.10.6
3
  linkml==1.8.6
4
  linkml_runtime==1.8.3
5
  ibm_watsonx_ai==1.2.8