Spaces:
Runtime error
Runtime error
Ajay Harikumar commited on
Commit ·
fd4ff93
1
Parent(s): 2b131a5
Explicit download button replaced with file
Browse files- modules/app.py +0 -1
modules/app.py
CHANGED
|
@@ -26,7 +26,6 @@ def create_interface():
|
|
| 26 |
colorize_input = gr.Image(type="file")
|
| 27 |
colorize_button = gr.Button("Colorize!")
|
| 28 |
colorize_output = gr.Image(type="file")
|
| 29 |
-
download_button = gr.Button("Download!")
|
| 30 |
colorize_button.click(colorize_image, inputs=colorize_input, outputs=[colorize_output, gr.File(label="Download photo!")],)
|
| 31 |
enhancer.launch()
|
| 32 |
|
|
|
|
| 26 |
colorize_input = gr.Image(type="file")
|
| 27 |
colorize_button = gr.Button("Colorize!")
|
| 28 |
colorize_output = gr.Image(type="file")
|
|
|
|
| 29 |
colorize_button.click(colorize_image, inputs=colorize_input, outputs=[colorize_output, gr.File(label="Download photo!")],)
|
| 30 |
enhancer.launch()
|
| 31 |
|