Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ dropdown, js = create_theme_dropdown()
|
|
11 |
|
12 |
with gr.Blocks(theme='victorisgeek/gray') as demo:
|
13 |
with gr.Row(equal_height=True):
|
14 |
-
|
15 |
# Define your face swapping function here
|
16 |
def swapped_image(image):
|
17 |
# Your face swapping logic here
|
|
|
11 |
|
12 |
with gr.Blocks(theme='victorisgeek/gray') as demo:
|
13 |
with gr.Row(equal_height=True):
|
14 |
+
with gr.Column(scale=10):
|
15 |
# Define your face swapping function here
|
16 |
def swapped_image(image):
|
17 |
# Your face swapping logic here
|