fffiloni commited on
Commit
a420442
1 Parent(s): 5082c3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
59
  label="Image",
60
  type="filepath"
61
  )
62
- with gr.Column():
63
  with gr.Row():
64
  rotate_pitch = gr.Slider(
65
  label="Rotate Pitch", info='''Rotation pitch: Adjusts the up and down tilt of the face''',
 
59
  label="Image",
60
  type="filepath"
61
  )
62
+
63
  with gr.Row():
64
  rotate_pitch = gr.Slider(
65
  label="Rotate Pitch", info='''Rotation pitch: Adjusts the up and down tilt of the face''',