Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ gr.Interface(
|
|
69 |
],
|
70 |
[
|
71 |
gr.outputs.Image(type="PIL", label="Output"),
|
72 |
-
gr.outputs.
|
73 |
],
|
74 |
title=title,
|
75 |
description=description,
|
|
|
69 |
],
|
70 |
[
|
71 |
gr.outputs.Image(type="PIL", label="Output"),
|
72 |
+
gr.outputs.Button(label="Download Output", type="data")
|
73 |
],
|
74 |
title=title,
|
75 |
description=description,
|