WansooKimHF commited on
Commit
c828a81
·
verified ·
1 Parent(s): eaca4ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -35,16 +35,16 @@ We provide ready-to-use TTS inference examples across multiple ecosystems:
35
 
36
  | Language/Platform | Path | Description |
37
  |-------------------|------|-------------|
38
- | [**Python**](py/) | `py/` | ONNX Runtime inference |
39
- | [**Node.js**](nodejs/) | `nodejs/` | Server-side JavaScript |
40
- | [**Browser**](web/) | `web/` | WebGPU/WASM inference |
41
- | [**Java**](java/) | `java/` | Cross-platform JVM |
42
- | [**C++**](cpp/) | `cpp/` | High-performance C++ |
43
- | [**C#**](csharp/) | `csharp/` | .NET ecosystem |
44
- | [**Go**](go/) | `go/` | Go implementation |
45
- | [**Swift**](swift/) | `swift/` | macOS applications |
46
- | [**iOS**](ios/) | `ios/` | Native iOS apps |
47
- | [**Rust**](rust/) | `rust/` | Memory-safe systems |
48
 
49
  > For detailed usage instructions, please refer to the README.md in each language directory.
50
 
 
35
 
36
  | Language/Platform | Path | Description |
37
  |-------------------|------|-------------|
38
+ | [**Python**] | `py/` | ONNX Runtime inference |
39
+ | [**Node.js**] | `nodejs/` | Server-side JavaScript |
40
+ | [**Browser**] | `web/` | WebGPU/WASM inference |
41
+ | [**Java**] | `java/` | Cross-platform JVM |
42
+ | [**C++**] | `cpp/` | High-performance C++ |
43
+ | [**C#**] | `csharp/` | .NET ecosystem |
44
+ | [**Go**] | `go/` | Go implementation |
45
+ | [**Swift**] | `swift/` | macOS applications |
46
+ | [**iOS**] | `ios/` | Native iOS apps |
47
+ | [**Rust**] | `rust/` | Memory-safe systems |
48
 
49
  > For detailed usage instructions, please refer to the README.md in each language directory.
50