vchiang001 commited on
Commit
008d61a
β€’
1 Parent(s): 746600b

edited output syntax

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -292,9 +292,9 @@ inputs = [gr_image_input,
292
 
293
  ####################################################
294
  # Create user interface and launch: all outputs
295
- gr_gallery_output = gr.outputs.Gallery(type="pil", label="Output Gallery")
296
- gr_json_output = gr.outputs.json(label='megadetector json')
297
- gr_json_output = gr.outputs.dataframe(label='pose coordinates')
298
 
299
  outputs = [gr_gallery_output, gr_json_output, gr_json_output]
300
 
 
292
 
293
  ####################################################
294
  # Create user interface and launch: all outputs
295
+ gr_gallery_output = gr.Gallery(type="pil", label="Output Gallery")
296
+ gr_json_output = gr.json(label='megadetector json')
297
+ gr_json_output = gr.dataframe(label='pose coordinates')
298
 
299
  outputs = [gr_gallery_output, gr_json_output, gr_json_output]
300