Spaces:
Runtime error
Runtime error
ManishThota
commited on
Commit
•
2b0ca40
1
Parent(s):
3fdad44
Update app.py
Browse files
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=
|
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,
|