Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ css = """
|
|
70 |
}
|
71 |
"""
|
72 |
|
73 |
-
with gr.Blocks(
|
74 |
gr.HTML("<h1 style='text-align: center; padding: 10px'>🖼️ Neural Style Transfer</h1>")
|
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)
|
|
|
70 |
}
|
71 |
"""
|
72 |
|
73 |
+
with gr.Blocks(css=css) as demo:
|
74 |
gr.HTML("<h1 style='text-align: center; padding: 10px'>🖼️ Neural Style Transfer</h1>")
|
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)
|