sds-bosch commited on
Commit
c32d0b0
1 Parent(s): e095834

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -138,7 +138,7 @@
138
  method: "POST",
139
  headers: { "Content-Type": "application/json" },
140
  body: JSON.stringify({
141
- input_text: [input],
142
  })
143
  });
144
 
 
138
  method: "POST",
139
  headers: { "Content-Type": "application/json" },
140
  body: JSON.stringify({
141
+ input_text: input,
142
  })
143
  });
144