Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ examples = [['set5/baby.png'], ['set5/bird.png'],['set5/butterfly.png'],['set5/h
|
|
27 |
gr.Interface(
|
28 |
inference,
|
29 |
[gr.inputs.Image(type="pil", label="Input")],
|
30 |
-
gr.outputs.Image(type="
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|
|
|
27 |
gr.Interface(
|
28 |
inference,
|
29 |
[gr.inputs.Image(type="pil", label="Input")],
|
30 |
+
gr.outputs.Image(type="filepath", label="Output"),
|
31 |
title=title,
|
32 |
description=description,
|
33 |
article=article,
|