Liusuthu commited on
Commit
23e1e11
β€’
1 Parent(s): b8101fb

Update speech.py

Browse files
Files changed (1) hide show
  1. speech.py +1 -1
speech.py CHANGED
@@ -211,7 +211,7 @@ with gr.Blocks() as demo:
211
  with gr.Row():
212
  with gr.Column():
213
  with gr.Row():
214
- output_log1=gr.Textbox(interactive=False)
215
  with gr.Row():
216
  output_log2=gr.Textbox(interactive=False)
217
  with gr.Row():
 
211
  with gr.Row():
212
  with gr.Column():
213
  with gr.Row():
214
+ output_log1=gr.Textbox(interactive=True)
215
  with gr.Row():
216
  output_log2=gr.Textbox(interactive=False)
217
  with gr.Row():