Fraser commited on
Commit
e2e7447
·
1 Parent(s): c703ea3
Files changed (2) hide show
  1. CLAUDE.md +1 -1
  2. src/App.svelte +1 -1
CLAUDE.md CHANGED
@@ -85,7 +85,7 @@ const client = await window.gradioClient.Client.connect("space-name");
85
 
86
  **Current Gradio Connections:**
87
  - **Flux Image Generation**: `Fraser/flux`
88
- - **Joy Caption**: `fancyfeast/joy-caption-alpha-two`
89
  - **Zephyr-7B Text Generation**: `Fraser/zephyr-7b`
90
 
91
  **Build Notes:**
 
85
 
86
  **Current Gradio Connections:**
87
  - **Flux Image Generation**: `Fraser/flux`
88
+ - **Joy Caption**: `fancyfeast/joy-caption-beta-one`
89
  - **Zephyr-7B Text Generation**: `Fraser/zephyr-7b`
90
 
91
  **Build Notes:**
src/App.svelte CHANGED
@@ -109,7 +109,7 @@
109
  );
110
 
111
  joyCaptionClient = await gradioClient.Client.connect(
112
- "fancyfeast/joy-caption-alpha-two",
113
  opts
114
  );
115
 
 
109
  );
110
 
111
  joyCaptionClient = await gradioClient.Client.connect(
112
+ "fancyfeast/joy-caption-beta-one",
113
  opts
114
  );
115