unijoh commited on
Commit
15741ba
·
verified ·
1 Parent(s): 6942b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def main():
73
  transcription_var = gr.Textbox(
74
  type="text",
75
  label="Transcription",
76
- readonly=True
77
  )
78
 
79
  with gr.Row():
 
73
  transcription_var = gr.Textbox(
74
  type="text",
75
  label="Transcription",
76
+ interactive=False # Updated here
77
  )
78
 
79
  with gr.Row():