Spaces:
Runtime error
Runtime error
Commit
·
7cbcf50
1
Parent(s):
4639cd9
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,6 +67,6 @@ def swap_face(source_file, target_file,doFaceEnhancer):
|
|
| 67 |
|
| 68 |
|
| 69 |
app = gr.Interface(
|
| 70 |
-
fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="
|
| 71 |
)
|
| 72 |
app.launch()
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
app = gr.Interface(
|
| 70 |
+
fn=swap_face, inputs=[gr.Image(), gr.Image(),gr.Checkbox(label="Использовать?", info="Улучшение качества + 20-30 сек.")], outputs="image"
|
| 71 |
)
|
| 72 |
app.launch()
|