green commited on
Commit
3195fcb
1 Parent(s): bc7bb6c

Update digestor.py

Browse files
Files changed (1) hide show
  1. digestor.py +1 -1
digestor.py CHANGED
@@ -49,7 +49,7 @@ class Digestor:
49
  }
50
 
51
  # Inference parameters
52
- API_URL = "https://api-inference.huggingface.co/models/google/pegasus-multi_news" # models/sshleifer/distilbart-cnn-12-6
53
  headers = {"Authorization": f"""Bearer {st.secrets['ato']}"""}
54
 
55
  # I would like to keep the whole scraped text separate if I can,
49
  }
50
 
51
  # Inference parameters
52
+ API_URL = "https://api-inference.huggingface.co/models/sshleifer/distilbart-cnn-12-6"
53
  headers = {"Authorization": f"""Bearer {st.secrets['ato']}"""}
54
 
55
  # I would like to keep the whole scraped text separate if I can,