Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,8 +77,9 @@ 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 |
-
)
|
|
|
|
| 82 |
|
| 83 |
# Launch the Gradio Interface
|
| 84 |
iface.launch()
|
|
|
|
| 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
|
| 85 |
iface.launch()
|