runapi-volcengine-lip-sync 0.1.1 → 0.1.3
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55b281e86c29fa71cee2708acd91e806d06cd8c43525fa7f33cacfbeb830a827
|
|
4
|
+
data.tar.gz: 81b4d949181fd9c59050d35dd0580a8f68f4688e3f81055311aa74d7f104ca6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25430586a287055ccc358bb4e219a2143589f385aaf08b554d895e602509fbc99737cf941d3bb363f6fe3507472797c972188e7980527dafc108f9bcb2e8ca60
|
|
7
|
+
data.tar.gz: e107569b5df4abc68c613df0eeebd2294a942fbdf46cfa8af083378522ba0e844ff076e1630d83576ec424aa0f544a0fe0e5a65fd628261696c3a696c472dbd7
|
data/README.md
CHANGED
|
@@ -28,8 +28,8 @@ Use `create`, `get`, and `run` for async workflows. Keep `RUNAPI_API_KEY` in the
|
|
|
28
28
|
## Links
|
|
29
29
|
|
|
30
30
|
- Model page: https://runapi.ai/models/volcengine-lip-sync
|
|
31
|
-
- SDK docs: https://runapi.ai/docs
|
|
32
|
-
- Product docs: https://runapi.ai/docs
|
|
31
|
+
- SDK docs: https://runapi.ai/docs/resources/sdks
|
|
32
|
+
- Product docs: https://runapi.ai/docs/api/volcengine-lip-sync/lip-sync-video
|
|
33
33
|
- Pricing and rate limits: https://runapi.ai/models/volcengine-lip-sync
|
|
34
34
|
- Repository: https://github.com/runapi-ai/volcengine-lip-sync-sdk
|
|
35
35
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: runapi-volcengine-lip-sync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RunAPI
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: 0.
|
|
18
|
+
version: 0.4.0
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: 0.
|
|
25
|
+
version: 0.4.0
|
|
26
26
|
description: The Volcengine Lip Sync Ruby SDK submits lip-sync video tasks and retrieves
|
|
27
27
|
task results through RunAPI.
|
|
28
28
|
email:
|