Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def download_image(output_image):
|
|
14 |
|
15 |
# define input and output interfaces
|
16 |
input_image = gr.inputs.Image(type="filepath", label="Input Image")
|
17 |
-
output_image = gr.
|
18 |
|
19 |
# define the download button
|
20 |
download_button = gr.Interface(
|
|
|
14 |
|
15 |
# define input and output interfaces
|
16 |
input_image = gr.inputs.Image(type="filepath", label="Input Image")
|
17 |
+
output_image = gr.outputs.Image(type="filepath", label="Output Image")
|
18 |
|
19 |
# define the download button
|
20 |
download_button = gr.Interface(
|