Spaces:
Runtime error
Runtime error
Update transformers to install from source
Browse filesInstall transformers from main branch since 4.56 is not yet released but KOSMOS-2.5 support requires latest version.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio==4.44.0
|
| 2 |
torch>=2.0.0
|
| 3 |
-
transformers
|
| 4 |
pillow
|
| 5 |
requests
|
| 6 |
spaces
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
torch>=2.0.0
|
| 3 |
+
git+https://github.com/huggingface/transformers.git
|
| 4 |
pillow
|
| 5 |
requests
|
| 6 |
spaces
|