soarhigh commited on
Commit
aa6ef25
·
1 Parent(s): dda74e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def shap(txt, tok_level):
31
  demo = gr.Interface(shap,
32
  [
33
  gr.Textbox(label="기사", lines=30, placeholder="기사를 입력하세요."),
34
- gr.Radio(choices=["sentence", "word"], label="해설 표시 단위", value="sentence", info="문장 단위의 해설은 sentence 단어 단위의 해설은 word를 선택하세요.")
35
  ],
36
  gr.Textbox(label="Test Output"),
37
  #gr.HighlightedText(
 
31
  demo = gr.Interface(shap,
32
  [
33
  gr.Textbox(label="기사", lines=30, placeholder="기사를 입력하세요."),
34
+ gr.Radio(choices=["sentence", "word"], label="해설 표시 단위", value="sentence", info="문장 단위의 해설은 sentence를, 단어 단위의 해설은 word를 선택하세요.")
35
  ],
36
  gr.Textbox(label="Test Output"),
37
  #gr.HighlightedText(