jamino30 commited on
Commit
7b732c2
1 Parent(s): 4825597

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ css = """
70
  }
71
  """
72
 
73
- with gr.Blocks(theme=gr.themes.Base(), 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)
 
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)