replicate-swift
replicate-swift copied to clipboard
Swift client for Replicate
Results
12
replicate-swift issues
Sort by
recently updated
recently updated
newest added
Hi there I am reading https://replicate.com/docs/guides/swiftui to use swiftui replicate sdk to call the model. And i find out that some models do not have the version on web page....
Can I upload files through this repository? Similar to this API: https://replicate.com/docs/topics/predictions/input-files ``` file_input="./path/to/your/file" file=$(curl -s -X POST "https://api.replicate.com/v1/files" \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: multipart/form-data" \ -F...