Spaces:
Running
Running
add
Browse files- 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" }
|