PoseyATX commited on
Commit
d22bd58
1 Parent(s): 660c079

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -1,7 +1,7 @@
1
  const textGenForm = document.querySelector(".text-gen-form");
2
 
3
  const translateText = async (text) => {
4
- const inferResponse = await fetch(`infer_t5?input=${text}`);
5
  const inferJson = await inferResponse.json();
6
 
7
  return inferJson.output;
 
1
  const textGenForm = document.querySelector(".text-gen-form");
2
 
3
  const translateText = async (text) => {
4
+ const inferResponse = await fetch(`Wobbly-Caribou?input=${text}`);
5
  const inferJson = await inferResponse.json();
6
 
7
  return inferJson.output;