Liusuthu commited on
Commit
da7eb82
·
verified ·
1 Parent(s): a45c068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- output_score = gr.Textbox(label="scores")
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
- output_score,
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
  )