Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,6 @@ def image_to_base64(image: Image):
|
|
52 |
with gr.Blocks() as demo:
|
53 |
with gr.Column():
|
54 |
gr.HTML("<h1><center>Face Swap</center></h1>")
|
55 |
-
gr.DuplicateButton(size="lg")
|
56 |
|
57 |
with gr.Row():
|
58 |
with gr.Row():
|
|
|
52 |
with gr.Blocks() as demo:
|
53 |
with gr.Column():
|
54 |
gr.HTML("<h1><center>Face Swap</center></h1>")
|
|
|
55 |
|
56 |
with gr.Row():
|
57 |
with gr.Row():
|