zoya23 commited on
Commit
f020e28
·
verified ·
1 Parent(s): 50a4735

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/t5-small" # or any model you like
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