Fix build: remove unnecessary torch/transformers deps, fix broken link
Browse files- README.md +0 -1
- requirements.txt +1 -3
README.md
CHANGED
|
@@ -32,7 +32,6 @@ This demo compares Visual Narrator 3B against GPT-4 and Claude across two benchm
|
|
| 32 |
## Links
|
| 33 |
|
| 34 |
- [Model Repository](https://huggingface.co/Ytgetahun/visual-narrator-llm)
|
| 35 |
-
- [Full Documentation](https://github.com/yonnastgetahun/visual-narrator-docs)
|
| 36 |
|
| 37 |
---
|
| 38 |
*Updated January 2026 with verified, accurate claims*
|
|
|
|
| 32 |
## Links
|
| 33 |
|
| 34 |
- [Model Repository](https://huggingface.co/Ytgetahun/visual-narrator-llm)
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
*Updated January 2026 with verified, accurate claims*
|
requirements.txt
CHANGED
|
@@ -1,3 +1 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
-
transformers>=4.20.0
|
| 3 |
-
torch>=1.12.0
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
|
|
|
|
|