soojeongcrystal commited on
Commit
a1a212b
·
verified ·
1 Parent(s): a0cc2b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  inputs=[
36
  gr.Textbox(label="여기에 원문을 붙여넣어주세요(작가님 글, HBR/Forbes 같은 원문도 가능!)", lines=5),
37
  gr.Radio(["공감가는", "전문적인", "재미있는"], label="원하는 요약의 톤"),
38
- gr.Radio([5줄이내, 10, 20], label="요약문의 길이")
39
  ],
40
  outputs=gr.Textbox(label="요약된 글", lines=15),
41
  title="요약문 생성기 by Crystal✨",
 
35
  inputs=[
36
  gr.Textbox(label="여기에 원문을 붙여넣어주세요(작가님 글, HBR/Forbes 같은 원문도 가능!)", lines=5),
37
  gr.Radio(["공감가는", "전문적인", "재미있는"], label="원하는 요약의 톤"),
38
+ gr.Radio(["5문장", "10문장", "20문장", "50문장"], label="요약문의 길이")
39
  ],
40
  outputs=gr.Textbox(label="요약된 글", lines=15),
41
  title="요약문 생성기 by Crystal✨",