txya900619 commited on
Commit
1cdf0cf
1 Parent(s): 79a3510

feat: let result text box can interactive

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with demo:
125
  automatic_speech_recognition,
126
  inputs=[model_drop_down, dialect_drop_down, audio_source],
127
  outputs=[
128
- gr.Text(interactive=False, label="辨識結果"),
129
  ],
130
  allow_flagging="auto",
131
  )
 
125
  automatic_speech_recognition,
126
  inputs=[model_drop_down, dialect_drop_down, audio_source],
127
  outputs=[
128
+ gr.Text(interactive=True, label="辨識結果"),
129
  ],
130
  allow_flagging="auto",
131
  )