Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ demo = gr.Interface(
|
|
| 180 |
],
|
| 181 |
outputs=[
|
| 182 |
gr.Image(type="numpy", label="Output: High Quality Image"),
|
| 183 |
-
gr.
|
| 184 |
],
|
| 185 |
title=title,
|
| 186 |
description=description,
|
|
|
|
| 180 |
],
|
| 181 |
outputs=[
|
| 182 |
gr.Image(type="numpy", label="Output: High Quality Image"),
|
| 183 |
+
gr.File(label="Download the output")
|
| 184 |
],
|
| 185 |
title=title,
|
| 186 |
description=description,
|