fffiloni commited on
Commit
6470547
1 Parent(s): 0e27636

Update public/apiCall.js

Browse files
Files changed (1) hide show
  1. public/apiCall.js +2 -1
public/apiCall.js CHANGED
@@ -69,7 +69,8 @@ class GRAPI {
69
 
70
  let inputs = [
71
  this.prompt_value,
72
- frame1_data
 
73
  ];
74
 
75
  this.query(inputs);
 
69
 
70
  let inputs = [
71
  this.prompt_value,
72
+ frame1_data,
73
+ this.neg_prompt_value
74
  ];
75
 
76
  this.query(inputs);