Spaces:
Running
Running
gleison
commited on
Commit
·
d952940
1
Parent(s):
3345701
load model
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -366,7 +366,7 @@
|
|
366 |
loading.style.display = 'block';
|
367 |
|
368 |
try {
|
369 |
-
const response = await fetch('
|
370 |
method: 'POST',
|
371 |
headers: {
|
372 |
'Content-Type': 'application/json',
|
|
|
366 |
loading.style.display = 'block';
|
367 |
|
368 |
try {
|
369 |
+
const response = await fetch('https://gleisonnanet-king-translate.hf.space/translate', {
|
370 |
method: 'POST',
|
371 |
headers: {
|
372 |
'Content-Type': 'application/json',
|