ManishThota commited on
Commit
2b0ca40
1 Parent(s): 3fdad44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ custom_theme = gr.themes.Soft(
70
  interface = gr.Interface(
71
  fn=process_video_and_get_json,
72
  inputs=[video, sitting, hands, location, screen],
73
- outputs=[video_description, json_output],
74
  examples=examples,
75
  title=title,
76
  description=description,
 
70
  interface = gr.Interface(
71
  fn=process_video_and_get_json,
72
  inputs=[video, sitting, hands, location, screen],
73
+ outputs=video_description,
74
  examples=examples,
75
  title=title,
76
  description=description,