Add application file
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
transformers
|
| 2 |
torch
|
| 3 |
pillow
|
| 4 |
gradio
|
| 5 |
torchvision
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
pip install git+https://github.com/huggingface/transformers.git
|
| 2 |
torch
|
| 3 |
pillow
|
| 4 |
gradio
|
| 5 |
torchvision
|
| 6 |
+
accelerate>=0.26.0
|
| 7 |
+
pyav
|
| 8 |
+
qwen_vl_utils
|