tombio commited on
Commit
d2035fb
1 Parent(s): 420f037
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,7 +144,7 @@ def boutsify(person):
144
  person_image,
145
  Image.open("bouts_m24.jpg").convert("RGB"),
146
  1.2,1,1,1.4,1,
147
- 3.0, 3, random.randrange(0, 10000), 40,
148
  ]
149
 
150
  return run_image_mixer(inputs)
@@ -152,7 +152,7 @@ def boutsify(person):
152
  gradio_interface = gradio.Interface(
153
  fn=boutsify,
154
  inputs="image",
155
- outputs=["image","image","image"],
156
  title="Boutsify images",
157
  description="Turn portraits into a painting in the style of Flemish master Dirck Bouts",
158
  article="© iO Digital"
 
144
  person_image,
145
  Image.open("bouts_m24.jpg").convert("RGB"),
146
  1.2,1,1,1.4,1,
147
+ 3.0, 1, random.randrange(0, 10000), 40,
148
  ]
149
 
150
  return run_image_mixer(inputs)
 
152
  gradio_interface = gradio.Interface(
153
  fn=boutsify,
154
  inputs="image",
155
+ outputs=["image"],
156
  title="Boutsify images",
157
  description="Turn portraits into a painting in the style of Flemish master Dirck Bouts",
158
  article="© iO Digital"