Update digestor.py
Browse files- 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/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/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,
|