randydev commited on
Commit
5a03baf
·
verified ·
1 Parent(s): 4192ae2

Update fluxai.js

Browse files
Files changed (1) hide show
  1. fluxai.js +1 -1
fluxai.js CHANGED
@@ -2,7 +2,7 @@ import fetch from "node-fetch";
2
  import * as config from './config.js'
3
 
4
  /**
5
- * @param {args} prompt - The input string
6
  */
7
  async function schellwithflux(args) {
8
  const API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell";
 
2
  import * as config from './config.js'
3
 
4
  /**
5
+ * @param {string} args - The input string
6
  */
7
  async function schellwithflux(args) {
8
  const API_URL = "https://api-inference.huggingface.co/models/black-forest-labs/FLUX.1-schnell";