ya_sir commited on
Commit
f610671
·
verified ·
1 Parent(s): 2c72e27

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -704,8 +704,8 @@ if(selectedStyle.value == '1:2'){
704
  },
705
  body: JSON.stringify(params)
706
  });
707
- if (response.status === 429) {
708
- pi.innerText = 'you have reached your limit of 50 generation per hour, you will get 50 more image generations after an hour!!';
709
  }
710
 
711
  cn = false
 
704
  },
705
  body: JSON.stringify(params)
706
  });
707
+ if (response.status === 400) {
708
+ pi.innerText = 'reCaptcha human validation failed user is suspected to be bot ';
709
  }
710
 
711
  cn = false