Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ with gr.Blocks() as video_all:
|
|
218 |
)
|
219 |
with gr.Column(scale=2):
|
220 |
with gr.Row():
|
221 |
-
|
222 |
output_statistics = gr.Plot(
|
223 |
label="Statistics of emotions", elem_classes="stat",visible=False,
|
224 |
)
|
@@ -235,7 +235,7 @@ with gr.Blocks() as video_all:
|
|
235 |
inputs=input_video,
|
236 |
outputs=[
|
237 |
output_statistics,
|
238 |
-
|
239 |
output_audio,
|
240 |
],
|
241 |
)
|
|
|
218 |
)
|
219 |
with gr.Column(scale=2):
|
220 |
with gr.Row():
|
221 |
+
score1 = gr.Textbox(label="scores")
|
222 |
output_statistics = gr.Plot(
|
223 |
label="Statistics of emotions", elem_classes="stat",visible=False,
|
224 |
)
|
|
|
235 |
inputs=input_video,
|
236 |
outputs=[
|
237 |
output_statistics,
|
238 |
+
score1,
|
239 |
output_audio,
|
240 |
],
|
241 |
)
|