Skip to content

Commit

Permalink
chore: rename styles to style to make usages consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Jan 8, 2024
1 parent 6648fd4 commit 4b96348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fal_bot/fooocus.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def command(
image_url=result["images"][0]["url"],
prompt=prompt,
fields={
"Styles": [style],
"Style": style,
"Mode": mode,
"Aspect Ratio": aspect_ratio,
"Time Taken": f"{timer.elapsed:.2f}s",
Expand Down

0 comments on commit 4b96348

Please sign in to comment.