Omnibus commited on
Commit
b439c96
·
1 Parent(s): 5e698ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],