xmrt commited on
Commit
ae6fd57
·
1 Parent(s): 0fa6461
Files changed (1) hide show
  1. main_noweb.py +1 -1
main_noweb.py CHANGED
@@ -215,7 +215,7 @@ with block:
215
  video_output2 = gr.PlayableVideo(height=512, label = "Estimate human 3d poses", show_label=True)
216
  video_output3 = gr.PlayableVideo(height=512, label = "Estimate human hand poses", show_label=True)
217
  video_output4 = gr.Video(height=512, label = "Detection and tracking", show_label=True, format="mp4")
218
- jsonoutput = gr.File(file_types=".json")
219
 
220
 
221
  with gr.Tab("General information"):
 
215
  video_output2 = gr.PlayableVideo(height=512, label = "Estimate human 3d poses", show_label=True)
216
  video_output3 = gr.PlayableVideo(height=512, label = "Estimate human hand poses", show_label=True)
217
  video_output4 = gr.Video(height=512, label = "Detection and tracking", show_label=True, format="mp4")
218
+ jsonoutput = gr.File(file_types=[".json"])
219
 
220
 
221
  with gr.Tab("General information"):