Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ css = """
|
|
120 |
with gr.Blocks(css=css) as demo:
|
121 |
gr.HTML("<h1 style='text-align: center; padding: 10px'>🖼️ Neural Style Transfer</h1>")
|
122 |
with gr.Column(elem_id='container'):
|
123 |
-
content_and_output = gr.Image(label='Content', show_label=False, type='pil', sources=['upload', 'webcam'], format='jpg', show_download_button=False)
|
124 |
style_dropdown = gr.Radio(choices=list(style_options.keys()), label='Style', info='Note: Adjustments automatically optimize for different styles.', value='Starry Night', type='value')
|
125 |
with gr.Accordion('Adjustments', open=False):
|
126 |
with gr.Group():
|
|
|
120 |
with gr.Blocks(css=css) as demo:
|
121 |
gr.HTML("<h1 style='text-align: center; padding: 10px'>🖼️ Neural Style Transfer</h1>")
|
122 |
with gr.Column(elem_id='container'):
|
123 |
+
content_and_output = gr.Image(label='Content', show_label=False, type='pil', sources=['upload', 'webcam', 'clipboard'], format='jpg', show_download_button=False)
|
124 |
style_dropdown = gr.Radio(choices=list(style_options.keys()), label='Style', info='Note: Adjustments automatically optimize for different styles.', value='Starry Night', type='value')
|
125 |
with gr.Accordion('Adjustments', open=False):
|
126 |
with gr.Group():
|