Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -75,8 +75,7 @@ with gr.Blocks(theme=gr.themes.Base(), css=css) as demo:
|
|
75 |
with gr.Column(elem_id='container'):
|
76 |
content_and_output = gr.Image(label='Content', show_label=False, type='pil', sources=['upload', 'webcam', 'clipboard'], format='jpg', show_download_button=False)
|
77 |
|
78 |
-
|
79 |
-
style_dropdown = gr.Radio(choices=list(style_options.keys()), label='Style', value='Starry Night', type='value')
|
80 |
with gr.Group():
|
81 |
style_strength_slider = gr.Slider(label='Style Strength', minimum=1, maximum=10, step=1, value=5)
|
82 |
|
|
|
75 |
with gr.Column(elem_id='container'):
|
76 |
content_and_output = gr.Image(label='Content', show_label=False, type='pil', sources=['upload', 'webcam', 'clipboard'], format='jpg', show_download_button=False)
|
77 |
|
78 |
+
style_dropdown = gr.Radio(choices=list(style_options.keys()), label='Style', value='Starry Night', type='value')
|
|
|
79 |
with gr.Group():
|
80 |
style_strength_slider = gr.Slider(label='Style Strength', minimum=1, maximum=10, step=1, value=5)
|
81 |
|