Mardiyyah commited on
Commit
aed7757
·
verified ·
1 Parent(s): 9c61557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -118,18 +118,6 @@ def gradio_ui():
118
  output_highlight = gr.HighlightedText(label="Tagged Entities")
119
 
120
 
121
- # with gr.Row():
122
- # with gr.Column(scale=7):
123
- # input_text = gr.Textbox(label="Enter your text here", type='text', placeholder="Biomedical Input text", lines=8)
124
-
125
-
126
- # gr.Examples(
127
- # examples=[GR_TXT1, GR_TXT2],
128
- # inputs=[input_text],
129
- # label= "Example Biomedical texts to try"
130
- # )
131
- # run_btn = gr.Button("Submit Text", variant="primary")
132
-
133
 
134
  run_btn.click(
135
  fn=tagger,
 
118
  output_highlight = gr.HighlightedText(label="Tagged Entities")
119
 
120
 
 
 
 
 
 
 
 
 
 
 
 
 
121
 
122
  run_btn.click(
123
  fn=tagger,