|
3 | 3 |
|
4 | 4 | *It is not official toolkit for swift from Replicate I do it because I'd like to support guys creating open source models for replicate* |
5 | 5 |
|
| 6 | +## SwiftUI example for the package |
| 7 | + [Replicate kit example app](https://github.com/The-Igor/replicate-kit-example) |
| 8 | + |
6 | 9 |  |
7 | 10 |
|
8 | 11 | Replicate is a service that lets you run machine learning models with a few lines of code, without needing to understand how machine learning works. This package is the swift layer between Replicate API and your application. |
@@ -116,7 +119,5 @@ Processing a response errors cases when server cannot or will not process the re |
116 | 119 | - You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC) |
117 | 120 | - Go to Product > Build Documentation or **⌃⇧⌘ D** |
118 | 121 |
|
119 | | -## SwiftUI example for the package |
120 | | - [Replicate kit example](https://github.com/The-Igor/replicate-kit-example) |
121 | 122 |
|
122 | 123 |  |
0 commit comments