Liusuthu commited on
Commit
4eefeea
·
verified ·
1 Parent(s): e67b5d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -223,8 +223,8 @@ with gr.Blocks() as video_all:
223
  label="Statistics of emotions", elem_classes="stat",visible=False,
224
  )
225
  output_audio=gr.Audio(interactive=False,visible=False)
226
- score2=gr.gr.Textbox(label="score2")
227
- score3=gr.gr.Textbox(label="score3")
228
 
229
  clear_1.click(
230
  fn=clear_video,
 
223
  label="Statistics of emotions", elem_classes="stat",visible=False,
224
  )
225
  output_audio=gr.Audio(interactive=False,visible=False)
226
+ score2=gr.Textbox(label="score2")
227
+ score3=gr.Textbox(label="score3")
228
 
229
  clear_1.click(
230
  fn=clear_video,