awacke1 commited on
Commit
a64404f
Β·
1 Parent(s): 0c0f1bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,9 +9,10 @@ pinned: false
9
 
10
  AI Zero to Hero - Classroom Learning Examples
11
 
12
- 1) https://huggingface.co/spaces/awacke1/Art-from-Text-and-Images - Gradio demo that git clones diffusion image model and performs image generation from text prompt with optional input image.
 
13
 
14
- 2) https://huggingface.co/spaces/awacke1/Sentence2Paragraph - Gradio three model transformers NLP demo generating paragraphs from input sentences using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
15
 
16
  3) https://huggingface.co/spaces/awacke1/Image-Search-Similar - Streamlit transformers CLIP demo with embeddings for image semantic search
17
 
 
9
 
10
  AI Zero to Hero - Classroom Learning Examples
11
 
12
+ 1) https://huggingface.co/spaces/awacke1/Sentence2Paragraph
13
+ Gradio three model transformers NLP demo generating paragraphs from input sentences using GPT2, GPT-NEO-2.7B, GPT-J-6B large language models
14
 
15
+ 2)
16
 
17
  3) https://huggingface.co/spaces/awacke1/Image-Search-Similar - Streamlit transformers CLIP demo with embeddings for image semantic search
18