Skip to content

Commit

Permalink
fix imagegen default tool
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Jul 3, 2024
1 parent 80521fd commit 7f34185
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@ envVars:
"paramType": "required",
"type": "str"
},
{
"name": "seed",
"paramType": "fixed",
"value": 1234,
"type": "int"
}
],
"outputComponent": "gallery",
"showOutput": true
Expand Down

0 comments on commit 7f34185

Please sign in to comment.