Added app.py and requirements.txt for the Image Captioning project
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,3 +3,4 @@ gradio
|
|
3 |
transformers
|
4 |
Pillow
|
5 |
torch
|
|
|
|
3 |
transformers
|
4 |
Pillow
|
5 |
torch
|
6 |
+
sentencepiece
|