Spaces:
Running
Running
Update static/appS.js
Browse files- static/appS.js +1 -1
static/appS.js
CHANGED
@@ -175,7 +175,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
175 |
formData.append('file', selectedFile);
|
176 |
formData.append('length', length);
|
177 |
|
178 |
-
const response = await fetch('/
|
179 |
method: 'POST',
|
180 |
body: formData
|
181 |
});
|
|
|
175 |
formData.append('file', selectedFile);
|
176 |
formData.append('length', length);
|
177 |
|
178 |
+
const response = await fetch('/summarize/', {
|
179 |
method: 'POST',
|
180 |
body: formData
|
181 |
});
|