Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ with gr.Blocks() as demo:
|
|
267 |
detected_lang = gr.Textbox(label="Detected Language", visible=False)
|
268 |
summary_output = gr.Textbox(label="Summary", visible=True, interactive=False)
|
269 |
full_audio_output = gr.Audio(label="Generated Audio", visible=True)
|
270 |
-
ner_output = gr.Textbox(label="Extracted Entities", visible=
|
271 |
|
272 |
# Step 1: Fetch Text & Detect Language First
|
273 |
process_text_button.click(
|
|
|
267 |
detected_lang = gr.Textbox(label="Detected Language", visible=False)
|
268 |
summary_output = gr.Textbox(label="Summary", visible=True, interactive=False)
|
269 |
full_audio_output = gr.Audio(label="Generated Audio", visible=True)
|
270 |
+
ner_output = gr.Textbox(label="Extracted Entities", visible=True, interactive=False) # ✅ New output for NER
|
271 |
|
272 |
# Step 1: Fetch Text & Detect Language First
|
273 |
process_text_button.click(
|