gleison commited on
Commit
d952940
·
1 Parent(s): 3345701

load model

Browse files
Files changed (1) hide show
  1. 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('http://localhost:7860/translate', {
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',