KenjieDec commited on
Commit
35b21aa
·
1 Parent(s): 8b0d051

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ article = "<p style='text-align: center;'><a href='https://arxiv.org/abs/2105.06
138
  gr.Interface(
139
  inference,
140
  [gr.inputs.Image(type="filepath", label="Input"),gr.inputs.Radio(["enhance", "colorize", "inpainting", "selfie", "enhanced+background"], type="value", default="enhance", label="Type")],
141
- gr.outputs.Image(type="file", label="Output"),
142
  title=title,
143
  description=description,
144
  article=article,
 
138
  gr.Interface(
139
  inference,
140
  [gr.inputs.Image(type="filepath", label="Input"),gr.inputs.Radio(["enhance", "colorize", "inpainting", "selfie", "enhanced+background"], type="value", default="enhance", label="Type")],
141
+ gr.outputs.Image(type="filepath", label="Output"),
142
  title=title,
143
  description=description,
144
  article=article,