Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ with gr.Blocks() as demo:
|
|
| 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''',
|
|
|
|
| 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''',
|