Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=css) as demo:
|
|
84 |
style_dropdown = gr.Radio(choices=list(style_options.keys()), label='Style', value='Starry Night', type='value')
|
85 |
with gr.Group():
|
86 |
style_strength_slider = gr.Slider(label='Style Strength', minimum=1, maximum=10, step=1, value=5, info='Higher values add artistic flair, lower values add a realistic feel.')
|
87 |
-
apply_to_background = gr.Checkbox(label='Apply to background only')
|
88 |
submit_button = gr.Button('Submit', variant='primary')
|
89 |
|
90 |
examples = gr.Examples(
|
|
|
84 |
style_dropdown = gr.Radio(choices=list(style_options.keys()), label='Style', value='Starry Night', type='value')
|
85 |
with gr.Group():
|
86 |
style_strength_slider = gr.Slider(label='Style Strength', minimum=1, maximum=10, step=1, value=5, info='Higher values add artistic flair, lower values add a realistic feel.')
|
87 |
+
apply_to_background = gr.Checkbox(label='Apply to background only', info='Note: This experimental feature may not always detect desired backgrounds.')
|
88 |
submit_button = gr.Button('Submit', variant='primary')
|
89 |
|
90 |
examples = gr.Examples(
|