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