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