Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,8 +77,7 @@ iface = gr.Interface(
|
|
| 77 |
gr.inputs.Image(type="file", label="Swap Image")
|
| 78 |
],
|
| 79 |
outputs=gr.outputs.Image(type="file", label="Result"),
|
| 80 |
-
title=title
|
| 81 |
-
examples=[["input.jpg", "swap img.jpg"]])
|
| 82 |
|
| 83 |
|
| 84 |
# Launch the Gradio Interface
|
|
|
|
| 77 |
gr.inputs.Image(type="file", label="Swap Image")
|
| 78 |
],
|
| 79 |
outputs=gr.outputs.Image(type="file", label="Result"),
|
| 80 |
+
title=title)
|
|
|
|
| 81 |
|
| 82 |
|
| 83 |
# Launch the Gradio Interface
|