Legola commited on
Commit
8a278ad
·
1 Parent(s): c5d9e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ example_list = [["examples/" + example] for example in os.listdir("examples")]
125
  demo = gr.Interface(
126
  fn=style_transfer,
127
  inputs=[
128
- gr.inputs.Image(label="content Image",type='pil'),
129
- gr.inputs.Image(label="style_image",type='pil')
130
  ],
131
  examples=example_list,
132
  outputs="image",
 
125
  demo = gr.Interface(
126
  fn=style_transfer,
127
  inputs=[
128
+ gr.Image(label="content Image",type='pil'),
129
+ gr.Image(label="style_image",type='pil')
130
  ],
131
  examples=example_list,
132
  outputs="image",