Ahsen Khaliq commited on
Commit
ffda472
·
1 Parent(s): 39971cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.057
20
 
21
  gr.Interface(
22
  inference,
23
- gr.inputs.Image(type="filepath", label="Input"),
24
  gr.outputs.Image(type="file", label="Output"),
25
  title=title,
26
  description=description,
 
20
 
21
  gr.Interface(
22
  inference,
23
+ [gr.inputs.Image(type="filepath", label="Content"),gr.inputs.Image(type="filepath", label="Style")],
24
  gr.outputs.Image(type="file", label="Output"),
25
  title=title,
26
  description=description,