Intro description wording change suggestions

#1
by meg HF staff - opened
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -104,11 +104,12 @@ code {
104
  """) as demo:
105
  gr.Markdown("""\
106
  # RegCheck AI
107
- This Space uses [model cards](https://huggingface.co/docs/hub/model-cards) information as a source of regulatory \
108
- compliance with some provisions of the proposed \
109
- [EU AI Act](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A52021PC0206). For the moment being, the \
110
- demo is a **prototype** limited to specific provisions of Article 13 of the AI Act, related to “Transparency and \
111
- provision of information to users”. **(DISCLAIMER: this is NOT a commercial or legal advice-related product)**
 
112
 
113
  To check a model card, first load it by doing any one of the following:
114
  - If the model is on the Hugging Face Hub, search for a model and select it from the results.
 
104
  """) as demo:
105
  gr.Markdown("""\
106
  # RegCheck AI
107
+ This Space matches information in [model cards](https://huggingface.co/docs/hub/model-cards) to proposed regulatory \
108
+ compliance descriptions in the [EU AI Act](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A52021PC0206). \
109
+ This is a **prototype** to explore the feasibility of automatic checks for compliance, \
110
+ and is limited to specific provisions of Article 13 of the Act, “Transparency and \
111
+ provision of information to users”. \
112
+ **This is research work and NOT a commercial or legal product**
113
 
114
  To check a model card, first load it by doing any one of the following:
115
  - If the model is on the Hugging Face Hub, search for a model and select it from the results.