Omnibus commited on
Commit
12e757e
·
1 Parent(s): b028a6a

Update app.py

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