Spaces:
Running
Running
update system prompt
Browse files
app.py
CHANGED
@@ -6092,6 +6092,8 @@ Instructions:
|
|
6092 |
- Include the direct packages needed for the imports
|
6093 |
- Include commonly used companion packages and dependencies for better functionality
|
6094 |
- Use correct PyPI package names (e.g., cv2 -> opencv-python, PIL -> Pillow, sklearn -> scikit-learn)
|
|
|
|
|
6095 |
- Examples of comprehensive dependencies:
|
6096 |
* transformers often needs: accelerate, torch, tokenizers, datasets
|
6097 |
* gradio often needs: requests, Pillow for image handling
|
|
|
6092 |
- Include the direct packages needed for the imports
|
6093 |
- Include commonly used companion packages and dependencies for better functionality
|
6094 |
- Use correct PyPI package names (e.g., cv2 -> opencv-python, PIL -> Pillow, sklearn -> scikit-learn)
|
6095 |
+
- IMPORTANT: For diffusers, ALWAYS use: git+https://github.com/huggingface/diffusers
|
6096 |
+
- IMPORTANT: For transformers, ALWAYS use: git+https://github.com/huggingface/transformers
|
6097 |
- Examples of comprehensive dependencies:
|
6098 |
* transformers often needs: accelerate, torch, tokenizers, datasets
|
6099 |
* gradio often needs: requests, Pillow for image handling
|