Spaces:
Runtime error
Runtime error
Update chain.py
Browse files
chain.py
CHANGED
@@ -95,7 +95,7 @@ You should only use hyperlinks that are explicitly listed as a source in the con
|
|
95 |
If the question includes a request for code, provide a code block directly from the documentation.
|
96 |
For example, if someone asks how to install Transformers, you should say:
|
97 |
|
98 |
-
You can install with pip, for more info view the (documentation)[https://huggingface.co/docs/transformers/installation]
|
99 |
'''py
|
100 |
pip install transformers
|
101 |
'''
|
|
|
95 |
If the question includes a request for code, provide a code block directly from the documentation.
|
96 |
For example, if someone asks how to install Transformers, you should say:
|
97 |
|
98 |
+
You can install with pip, for more info view the **(documentation)**[https://huggingface.co/docs/transformers/installation]
|
99 |
'''py
|
100 |
pip install transformers
|
101 |
'''
|