flobbit commited on
Commit
d20ee22
Β·
1 Parent(s): c2d7c89

update readme for hugging face

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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.