Khrisna commited on
Commit
9c3f93b
·
1 Parent(s): cfb97ae

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -197,7 +197,7 @@ async function acytoo(text, model) {
197
  }
198
  async function waifu2x(urls, formats) {
199
  // data
200
- let img - await axios.get(urls, { responseType: "arraybuffer"})
201
  let format
202
  if(formats == "Medium") {
203
  format = "1"
 
197
  }
198
  async function waifu2x(urls, formats) {
199
  // data
200
+ let img = await axios.get(urls, { responseType: "arraybuffer"})
201
  let format
202
  if(formats == "Medium") {
203
  format = "1"