pragnakalp commited on
Commit
371ed07
1 Parent(s): 9ccd2e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css = ".gradio-container {background-color: lightgray}") as demo:
133
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
134
  + "Named Entity Recognition Using BERT"
135
  + "</h1>")
136
- with gr.Row(): [Neon Coqui TTS Plugin](https://github.com/NeonGeckoCom/neon-tts-plugin-coqui)
137
  with gr.Column():
138
  input=gr.Textbox(lines=5, value=input_value, label="Input Text", elem_id="inp_div")
139
  sub_btn = gr.Button("Submit")
 
133
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
134
  + "Named Entity Recognition Using BERT"
135
  + "</h1>")
136
+ with gr.Row():
137
  with gr.Column():
138
  input=gr.Textbox(lines=5, value=input_value, label="Input Text", elem_id="inp_div")
139
  sub_btn = gr.Button("Submit")