Spaces:
Running
Running
Update app.py
Browse files
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="
|
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,
|