Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ examples = load_examples()
|
|
23 |
|
24 |
# Load the Hugging Face model
|
25 |
hf_endpoint = HuggingFaceEndpoint(
|
26 |
-
endpoint_url="https://api-inference.huggingface.co/models/
|
27 |
)
|
28 |
|
29 |
# Create FewShotChatMessagePromptTemplate
|
|
|
23 |
|
24 |
# Load the Hugging Face model
|
25 |
hf_endpoint = HuggingFaceEndpoint(
|
26 |
+
endpoint_url="https://api-inference.huggingface.co/models/google/pegasus-xsum" # or any model you like
|
27 |
)
|
28 |
|
29 |
# Create FewShotChatMessagePromptTemplate
|