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