fix path
Browse files- src/App.svelte +1 -1
src/App.svelte
CHANGED
@@ -114,7 +114,7 @@
|
|
114 |
);
|
115 |
|
116 |
commandClient = await gradioClient.Client.connect(
|
117 |
-
"
|
118 |
opts
|
119 |
);
|
120 |
|
|
|
114 |
);
|
115 |
|
116 |
commandClient = await gradioClient.Client.connect(
|
117 |
+
"CohereLabs/command-a-vision",
|
118 |
opts
|
119 |
);
|
120 |
|