Liusuthu commited on
Commit
beb52e8
Β·
verified Β·
1 Parent(s): 20ce06a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks() as speech_all:
271
  text_emo=gr.Textbox(interactive=False)
272
 
273
  clear_audio.click(
274
- fn=clear2,
275
  outputs=[input_audio,score2,text_emo]
276
  )
277
  submit_audio.click(
@@ -289,7 +289,8 @@ with gr.Blocks() as app:
289
  video.render()
290
  with gr.Tab("θ§†ι’‘ι›†ζˆζ‰“εˆ†"):
291
  video_all.render()
292
-
 
293
 
294
 
295
  app.launch()
 
271
  text_emo=gr.Textbox(interactive=False)
272
 
273
  clear_audio.click(
274
+ fn=clear_2,
275
  outputs=[input_audio,score2,text_emo]
276
  )
277
  submit_audio.click(
 
289
  video.render()
290
  with gr.Tab("θ§†ι’‘ι›†ζˆζ‰“εˆ†"):
291
  video_all.render()
292
+ with gr.Tab("θ―­ιŸ³ι›†ζˆζ‰“εˆ†"):
293
+ speech_all.render()
294
 
295
 
296
  app.launch()