File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 "description" : " This is a Streamlit chat demo application." ,
66 "name" : " ChatBot" ,
77 "repository" : " https://github.com/containers/ai-lab-recipes" ,
8- "ref" : " v1.1.1 " ,
8+ "ref" : " v1.1.2 " ,
99 "icon" : " natural-language-processing" ,
1010 "categories" : [
1111 " natural-language-processing"
3131 "description" : " This is a Streamlit demo application for summarizing text." ,
3232 "name" : " Summarizer" ,
3333 "repository" : " https://github.com/containers/ai-lab-recipes" ,
34- "ref" : " v1.1.1 " ,
34+ "ref" : " v1.1.2 " ,
3535 "icon" : " natural-language-processing" ,
3636 "categories" : [
3737 " natural-language-processing"
5757 "description" : " This is a code-generation demo application." ,
5858 "name" : " Code Generation" ,
5959 "repository" : " https://github.com/containers/ai-lab-recipes" ,
60- "ref" : " v1.1.1 " ,
60+ "ref" : " v1.1.2 " ,
6161 "icon" : " generator" ,
6262 "categories" : [
6363 " natural-language-processing"
8383 "description" : " This is an audio to text demo application." ,
8484 "name" : " Audio to Text" ,
8585 "repository" : " https://github.com/containers/ai-lab-recipes" ,
86- "ref" : " v1.1.1 " ,
86+ "ref" : " v1.1.2 " ,
8787 "icon" : " generator" ,
8888 "categories" : [
8989 " audio"
9999 "description" : " This is an object detection demo application." ,
100100 "name" : " Object Detection" ,
101101 "repository" : " https://github.com/containers/ai-lab-recipes" ,
102- "ref" : " v1.1.1 " ,
102+ "ref" : " v1.1.2 " ,
103103 "icon" : " generator" ,
104104 "categories" : [
105105 " computer-vision"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const SECOND: number = 1_000_000_000;
3636export const LABEL_INFERENCE_SERVER : string = 'ai-lab-inference-server' ;
3737
3838export const INFERENCE_SERVER_IMAGE =
39- 'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.1 ' ;
39+ 'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.2 ' ;
4040
4141/**
4242 * Return container connection provider
You can’t perform that action at this time.
0 commit comments