Rob Learsch commited on
Commit
e989faa
·
1 Parent(s): 5b87b95

Update app.py

Browse files

no provider in InferenceClient?

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ stitched_kendrick_lyrics = stitch_lyrics(kendrick_lyrics)
51
  stitched_grateful_dead_lyrics = stitch_lyrics(grateful_dead_lyrics)
52
 
53
  # Initialize Hugging Face Inference Client
54
- client = InferenceClient(provider="hf-inference",
55
  token=HF_API_KEY)
56
 
57
  system_message = "Please limit your response to only a few sentences."
 
51
  stitched_grateful_dead_lyrics = stitch_lyrics(grateful_dead_lyrics)
52
 
53
  # Initialize Hugging Face Inference Client
54
+ client = InferenceClient(#provider="hf-inference",
55
  token=HF_API_KEY)
56
 
57
  system_message = "Please limit your response to only a few sentences."