Update app.py
Browse files
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.
|
129 |
-
gr.
|
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",
|