Spaces:
Runtime error
Runtime error
Commit
·
672532f
1
Parent(s):
16a2b36
Update app.py
Browse files
app.py
CHANGED
@@ -78,6 +78,6 @@ app = gr.Interface(
|
|
78 |
title=title,
|
79 |
description=description,
|
80 |
article=article,
|
81 |
-
inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="
|
82 |
)
|
83 |
app.launch()
|
|
|
78 |
title=title,
|
79 |
description=description,
|
80 |
article=article,
|
81 |
+
inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="Применить алгоритм?", info="Улучшение качества изображения")], outputs="image"
|
82 |
)
|
83 |
app.launch()
|