update readme for hugging face
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π· PunnyPix πΈ
|
| 2 |
|
| 3 |
π· Generate "funny" photo captions from images πΈ
|
|
@@ -21,15 +32,4 @@ Uses Langchain, Hugging Face transformers, OpenAI, Python.
|
|
| 21 |
This app is provided for entertainment purposes only. Sometimes the image to caption process doesn't produce a correct caption, so edit as needed. Sometimes the "funny" caption isn't so funny, but what can you expect for free? π
|
| 22 |
|
| 23 |
## Credits
|
| 24 |
-
A piece of the chat portion of the system comes from https://github.com/hwchase17/langchain-gradio-template with changes for this particular use case, and changes in langchain.
|
| 25 |
-
|
| 26 |
-
---
|
| 27 |
-
title: PunnyPix
|
| 28 |
-
emoji: π’
|
| 29 |
-
colorFrom: yellow
|
| 30 |
-
colorTo: indigo
|
| 31 |
-
sdk: gradio
|
| 32 |
-
sdk_version: 3.35.2
|
| 33 |
-
app_file: app.py
|
| 34 |
-
pinned: false
|
| 35 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PunnyPix
|
| 3 |
+
emoji: π’
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.35.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# π· PunnyPix πΈ
|
| 13 |
|
| 14 |
π· Generate "funny" photo captions from images πΈ
|
|
|
|
| 32 |
This app is provided for entertainment purposes only. Sometimes the image to caption process doesn't produce a correct caption, so edit as needed. Sometimes the "funny" caption isn't so funny, but what can you expect for free? π
|
| 33 |
|
| 34 |
## Credits
|
| 35 |
+
A piece of the chat portion of the system comes from https://github.com/hwchase17/langchain-gradio-template with changes for this particular use case, and changes in langchain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|