Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
|
|
61 |
target_image = gr.Image(type="filepath", label="Target Image")
|
62 |
with gr.Column():
|
63 |
result = gr.Image()
|
64 |
-
run_button = gr.Button("Swap
|
65 |
|
66 |
gr.Examples(
|
67 |
examples=[
|
|
|
61 |
target_image = gr.Image(type="filepath", label="Target Image")
|
62 |
with gr.Column():
|
63 |
result = gr.Image()
|
64 |
+
run_button = gr.Button("Swap Face", variant="primary")
|
65 |
|
66 |
gr.Examples(
|
67 |
examples=[
|