Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 15, 2023
1 parent 642ffe2 commit d5886d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roop/uis/__components__/settings.py
Expand Up @@ -21,7 +21,7 @@ def render() -> None:
)
KEEP_TEMP_CHECKBOX = gradio.Checkbox(
label='KEEP TEMP',
value=roop.globals.keep_fps
value=roop.globals.keep_temp
)
SKIP_AUDIO_CHECKBOX = gradio.Checkbox(
label='SKIP AUDIO',
Expand Down

0 comments on commit d5886d1

Please sign in to comment.