FatimaGr commited on
Commit
471733a
·
verified ·
1 Parent(s): 8dd0bb6
Files changed (1) hide show
  1. static/script.js +1 -1
static/script.js CHANGED
@@ -458,7 +458,7 @@ function loadResumerPage() {
458
 
459
  try {
460
  resultElement.innerText = "Translation in progress...🕐";
461
- const response = await fetch("/translate/", {
462
  method: "POST",
463
  body: formData,
464
  headers: { "Accept": "application/json" }
 
458
 
459
  try {
460
  resultElement.innerText = "Translation in progress...🕐";
461
+ const response = await fetch("https://aiwebdev-smartdocai.hf.space/translate/", {
462
  method: "POST",
463
  body: formData,
464
  headers: { "Accept": "application/json" }