Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,6 @@ gr.Interface(
|
|
| 62 |
'Retouching',
|
| 63 |
], type="value", default='Denoising (gaussian)', label="model")],
|
| 64 |
gr.outputs.Image(type="file", label="Output"),
|
| 65 |
-
title=title,
|
| 66 |
description=description,
|
| 67 |
article=article,
|
| 68 |
allow_flagging=False,
|
|
|
|
| 62 |
'Retouching',
|
| 63 |
], type="value", default='Denoising (gaussian)', label="model")],
|
| 64 |
gr.outputs.Image(type="file", label="Output"),
|
|
|
|
| 65 |
description=description,
|
| 66 |
article=article,
|
| 67 |
allow_flagging=False,
|