Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -485,10 +485,10 @@ def load_cached_list():
|
|
485 |
TITLE = "<div style='text-align: center;'><h1>π€ Space Privacy Analyzer π΅οΈ</h1></div>\n<div style='text-align: center;'><h4>Automatic code Data transfer review powered by <a href='https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct' target='_blank'>Qwen2.5-Coder-32B-Instruct</a></h4></div>"
|
486 |
|
487 |
DESCRIPTION = """
|
488 |
-
###
|
489 |
|
490 |
-
[Hugging Face π€ Spaces](https://huggingface.co/spaces) offer a convenient way to build and share code demos online.
|
491 |
-
In most cases, the code for these demos is open source — which provides a unique opportunity to **examine how privacy
|
492 |
|
493 |
This demo leverages a code analysis model ([Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)) to help explore privacy questions in two steps:
|
494 |
1. Obtain and **parse the code** of a Space to identify data inputs, AI model use, API calls, and data transfer behavior.
|
|
|
485 |
TITLE = "<div style='text-align: center;'><h1>π€ Space Privacy Analyzer π΅οΈ</h1></div>\n<div style='text-align: center;'><h4>Automatic code Data transfer review powered by <a href='https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct' target='_blank'>Qwen2.5-Coder-32B-Instruct</a></h4></div>"
|
486 |
|
487 |
DESCRIPTION = """
|
488 |
+
### Hugging Face π€ Space - Privacy & Data Check
|
489 |
|
490 |
+
[Hugging Face π€ Spaces](https://huggingface.co/spaces) offer a convenient way to build and share code demos online; especially leveraging and exploring AI systems.
|
491 |
+
In most cases, the code for these demos is open source — which provides a unique opportunity to **examine how privacy and data transfers are managed**.
|
492 |
|
493 |
This demo leverages a code analysis model ([Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct)) to help explore privacy questions in two steps:
|
494 |
1. Obtain and **parse the code** of a Space to identify data inputs, AI model use, API calls, and data transfer behavior.
|