Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,12 +103,13 @@ code {
|
|
103 |
""") as demo:
|
104 |
gr.Markdown("""\
|
105 |
# RegCheck AI
|
106 |
-
This Space matches information in [model cards](https://huggingface.co/docs/hub/model-cards) to
|
107 |
regulatory compliance descriptions in the \
|
108 |
-
[EU AI Act](https://eur-lex.europa.eu/
|
109 |
This is a **prototype** to explore the feasibility of automatic checks for compliance, and is limited to specific \
|
110 |
-
provisions of Article 13 of the Act, “Transparency and provision of information to
|
111 |
-
**Please note: this is research work and NOT a commercial or legal product.**
|
|
|
112 |
""")
|
113 |
with gr.Accordion(label="Instructions", open=True):
|
114 |
gr.Markdown("""
|
|
|
103 |
""") as demo:
|
104 |
gr.Markdown("""\
|
105 |
# RegCheck AI
|
106 |
+
This Space matches information in [model cards](https://huggingface.co/docs/hub/model-cards) to \
|
107 |
regulatory compliance descriptions in the \
|
108 |
+
[EU AI Act](https://eur-lex.europa.eu/eli/reg/2024/1689/oj)*.
|
109 |
This is a **prototype** to explore the feasibility of automatic checks for compliance, and is limited to specific \
|
110 |
+
provisions of Article 13 of the Act, “Transparency and provision of information to deployers”. \
|
111 |
+
**Please note: this is research work and NOT a commercial or legal product.** \
|
112 |
+
* RegCheck AI was built on the 2021 EU AI Act [proposal](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A52021PC0206).
|
113 |
""")
|
114 |
with gr.Accordion(label="Instructions", open=True):
|
115 |
gr.Markdown("""
|