SmilingTree commited on
Commit
24c142b
·
verified ·
1 Parent(s): 0bc2aab

change provider to replicate

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ translation_pipeline = pipeline("translation", model="facebook/nllb-200-distille
10
  # Initialize the text-to-speech client
11
  # Make sure you have HF_TOKEN set as a secret in your Hugging Face Space
12
  client = InferenceClient(
13
- provider="fal-ai",
14
  api_key=os.environ.get("HF_TOKEN"),
15
  )
16
 
 
10
  # Initialize the text-to-speech client
11
  # Make sure you have HF_TOKEN set as a secret in your Hugging Face Space
12
  client = InferenceClient(
13
+ provider="replicate",
14
  api_key=os.environ.get("HF_TOKEN"),
15
  )
16