Spaces:
Running
Running
Update pages/transformers/text-summary.html
Browse files
pages/transformers/text-summary.html
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
<script>
|
82 |
async function query(data) {
|
83 |
const response = await fetch(
|
84 |
-
"https://
|
85 |
{
|
86 |
headers: {
|
87 |
Authorization: "Bearer {HF_TOKEN}", // Replace with your actual token
|
|
|
81 |
<script>
|
82 |
async function query(data) {
|
83 |
const response = await fetch(
|
84 |
+
"https://api-inference.huggingface.co/models/facebook/bart-large-cnn",
|
85 |
{
|
86 |
headers: {
|
87 |
Authorization: "Bearer {HF_TOKEN}", // Replace with your actual token
|