faiimea commited on
Commit
e5dfc32
·
verified ·
1 Parent(s): b79f629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
65
  with gr.Row():
66
  image = gr.File(label="Upload Image", type="binary")
67
  output_image = gr.Image(label="Estimation Result")
68
- output_json = gr.File(label="Download Pose Data as JSON", type="file") # Add JSON output
69
  submit_button = gr.Button("Start Estimation")
70
 
71
  # Run pose estimation and display results when the button is clicked
 
65
  with gr.Row():
66
  image = gr.File(label="Upload Image", type="binary")
67
  output_image = gr.Image(label="Estimation Result")
68
+ output_json = gr.File(label="Download Pose Data as JSON", type="filepath") # Add JSON output
69
  submit_button = gr.Button("Start Estimation")
70
 
71
  # Run pose estimation and display results when the button is clicked