Spaces:
Running
Running
Revert changes to link to docker
Browse files- components.py +3 -2
components.py
CHANGED
@@ -133,8 +133,9 @@ This space is hosted publicly running one server in a single container. Further
|
|
133 |
cannot guarantee the security of your data. In addition it sends the user query and the data to the chosen LLM vendor API. This is not an exhaustive list.
|
134 |
|
135 |
#### Alternatives:
|
136 |
-
|
137 |
-
an instance with others.
|
|
|
138 |
|
139 |
Always exercise caution when sharing data online and understand your responsibilities regarding data privacy and security.
|
140 |
"""
|
|
|
133 |
cannot guarantee the security of your data. In addition it sends the user query and the data to the chosen LLM vendor API. This is not an exhaustive list.
|
134 |
|
135 |
#### Alternatives:
|
136 |
+
|
137 |
+
If sending your query and data to a LLM is acceptable, you can pull and run this image locally. This will avoid sharing an instance with others.
|
138 |
+
To do so by, click the three dots in the top right of the HuggingFace banner and then select "Run with Docker".
|
139 |
|
140 |
Always exercise caution when sharing data online and understand your responsibilities regarding data privacy and security.
|
141 |
"""
|