Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as b:
|
|
67 |
pose_template = gr.Radio(choices=["regular", "ballet", "handstand", "split", "kick", "chilling"], value="regular", label="Pose template")
|
68 |
output_type = gr.Radio(choices=["Depth", "Canny"], value="Depth", label="Image Output")
|
69 |
run_button = gr.Button("Generate")
|
70 |
-
out_im = gr.Image(type='filepath',interactive=True)
|
71 |
|
72 |
rotation_axis.change(fn=placeholder_fn,
|
73 |
inputs=[rotation_axis],
|
|
|
67 |
pose_template = gr.Radio(choices=["regular", "ballet", "handstand", "split", "kick", "chilling"], value="regular", label="Pose template")
|
68 |
output_type = gr.Radio(choices=["Depth", "Canny"], value="Depth", label="Image Output")
|
69 |
run_button = gr.Button("Generate")
|
70 |
+
out_im = gr.Image(type='filepath',source='upload',interactive=True)
|
71 |
|
72 |
rotation_axis.change(fn=placeholder_fn,
|
73 |
inputs=[rotation_axis],
|