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