Spaces:
Running
Running
Commit
·
88a6f4c
1
Parent(s):
c16aa6d
nail packaging versions
Browse files- README.md +2 -1
- requirements.txt +4 -4
README.md
CHANGED
|
@@ -4,11 +4,12 @@ emoji: 🏆
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: Evaluate AI risks with common risk taxonomies
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.16.2
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: Evaluate AI risks with common risk taxonomies
|
| 12 |
+
python_version: 3.11.11
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
linkml
|
| 3 |
-
linkml_runtime
|
| 4 |
-
risk-atlas-nexus @ git+https://github.com/IBM/risk-atlas-nexus
|
|
|
|
| 1 |
+
gradio==5.16.2
|
| 2 |
+
linkml==1.8.6
|
| 3 |
+
linkml_runtime==1.8.3
|
| 4 |
+
risk-atlas-nexus @ git+https://github.com/IBM/risk-atlas-nexus@42a42ae
|