@zodic/shared 0.0.342 → 0.0.344
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/api/index.ts +2 -2
- package/package.json +1 -1
package/app/api/index.ts
CHANGED
|
@@ -812,8 +812,8 @@ export const Api = (env: BackendBindings) => ({
|
|
|
812
812
|
model: 'Qubico/image-toolkit',
|
|
813
813
|
type: 'face-swap',
|
|
814
814
|
input: {
|
|
815
|
-
|
|
816
|
-
|
|
815
|
+
swap_image: sourceImageUrl,
|
|
816
|
+
target_image: targetImageUrl,
|
|
817
817
|
},
|
|
818
818
|
config: {
|
|
819
819
|
webhook_config: {
|