lucataco commited on
Commit
cdc6f3e
·
verified ·
1 Parent(s): 20b00f3

Expand Replicate org card

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,12 +11,16 @@ pinned: false
11
 
12
  Replicate lets developers run, fine-tune, and deploy open models with a production-ready API. On Hugging Face, you can use Replicate as an Inference Provider for popular models across image generation, video generation, speech, and audio.
13
 
14
- **Browse Replicate-powered models:** [Run with Replicate](https://huggingface.co/collections/replicate/run-with-replicate-68b5bba2b73a978b8d4a172f)
15
 
16
  **Read the integration docs:** [Replicate on Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/providers/replicate)
17
 
18
  **AI & ML interests:** text-to-image, image-to-image, text-to-video, speech, audio, inference providers, fine-tuning
19
 
 
 
 
 
20
  ## Get started
21
 
22
  ```python
 
11
 
12
  Replicate lets developers run, fine-tune, and deploy open models with a production-ready API. On Hugging Face, you can use Replicate as an Inference Provider for popular models across image generation, video generation, speech, and audio.
13
 
14
+ **Browse Replicate-powered models:** [Run with Replicate](https://huggingface.co/collections/replicate/run-with-replicate-6a04d0792d027edbf66c7155)
15
 
16
  **Read the integration docs:** [Replicate on Hugging Face Inference Providers](https://huggingface.co/docs/inference-providers/providers/replicate)
17
 
18
  **AI & ML interests:** text-to-image, image-to-image, text-to-video, speech, audio, inference providers, fine-tuning
19
 
20
+ ## Why use Replicate on Hugging Face?
21
+
22
+ Use Replicate infrastructure through Hugging Face's standard Inference Providers interface. You can call image, video, speech, and audio models with the same `InferenceClient`, your existing `HF_TOKEN`, and a provider switch instead of wiring up a separate integration path.
23
+
24
  ## Get started
25
 
26
  ```python