maliahson commited on
Commit
64becca
·
verified ·
1 Parent(s): 5f781a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,8 +122,8 @@ with gr.Blocks(title="Audio Processing and Information Extraction") as interface
122
  nested_ner_checkbox = gr.Checkbox(label="Enable Nested NER")
123
 
124
  with gr.Row():
125
- transcription_output = gr.Textbox(label="Transcription (Urdu)", readonly=True)
126
- translation_output = gr.Textbox(label="Translation (English)", readonly=True)
127
 
128
  with gr.Row():
129
  extraction_output = gr.HighlightedText(label="Extracted Information")
 
122
  nested_ner_checkbox = gr.Checkbox(label="Enable Nested NER")
123
 
124
  with gr.Row():
125
+ transcription_output = gr.Textbox(label="Transcription (Urdu)", interactive=False) # Corrected to interactive=False
126
+ translation_output = gr.Textbox(label="Translation (English)", interactive=False) # Corrected to interactive=False
127
 
128
  with gr.Row():
129
  extraction_output = gr.HighlightedText(label="Extracted Information")