Spaces:
Sleeping
Sleeping
Rob Learsch commited on
Commit ·
e989faa
1
Parent(s): 5b87b95
Update app.py
Browse filesno provider in InferenceClient?
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."
|