malaknihed commited on
Commit
ee11ee5
·
verified ·
1 Parent(s): f25cba6

Update static/script.js

Browse files
Files changed (1) hide show
  1. static/script.js +1 -1
static/script.js CHANGED
@@ -91,7 +91,7 @@ function loadResumerPage() {
91
  formData.append("file", fileInput.files[0]);
92
 
93
  try {
94
- let response = await fetch("https://malaknihed-smartdocsai.hf.space/summarize/", {
95
  method: "POST",
96
  body: formData,
97
  headers: { "Accept": "application/json" }
 
91
  formData.append("file", fileInput.files[0]);
92
 
93
  try {
94
+ let response = await fetch("/summarize/", {
95
  method: "POST",
96
  body: formData,
97
  headers: { "Accept": "application/json" }