Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -346,7 +346,7 @@ with gr.Blocks() as demo:
|
|
346 |
with gr.Group():
|
347 |
image_input = gr.Image(label="Image Input (Auto Scaling)", type="filepath")
|
348 |
audio_input = gr.Audio(label="Audio Input - max 5 seconds on shared UI", type="filepath")
|
349 |
-
|
350 |
with gr.Accordion("Advanced Settings", open=False):
|
351 |
with gr.Row():
|
352 |
width = gr.Number(label="Width (multiple of 16, recommended: 768)", value=768)
|
|
|
346 |
with gr.Group():
|
347 |
image_input = gr.Image(label="Image Input (Auto Scaling)", type="filepath")
|
348 |
audio_input = gr.Audio(label="Audio Input - max 5 seconds on shared UI", type="filepath")
|
349 |
+
pose_input = gr.Textbox(label="Pose Input (Directory Path)", placeholder="Please enter the directory path for pose data.", value="assets/halfbody_demo/pose/01", interactive=False, visible=False)
|
350 |
with gr.Accordion("Advanced Settings", open=False):
|
351 |
with gr.Row():
|
352 |
width = gr.Number(label="Width (multiple of 16, recommended: 768)", value=768)
|