victorisgeek commited on
Commit
475a033
·
verified ·
1 Parent(s): 71749be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- with gr.Column(scale=10):
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