Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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✨",
|