rbiswasfc commited on
Commit
066e088
1 Parent(s): 23229b6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def tokenize(text):
34
 
35
  with gr.Blocks() as demo:
36
  input_text = gr.Textbox(lines=2, placeholder="Input text...")
37
- submit_btn = gr.Button(label="Submit")
38
 
39
  spacy_display = gr.JSON(label="Spacy")
40
  deb_display = gr.JSON(label="DeBERTa-V3")
 
34
 
35
  with gr.Blocks() as demo:
36
  input_text = gr.Textbox(lines=2, placeholder="Input text...")
37
+ submit_btn = gr.Button("Submit")
38
 
39
  spacy_display = gr.JSON(label="Spacy")
40
  deb_display = gr.JSON(label="DeBERTa-V3")