TedYeh commited on
Commit
2a548f2
·
1 Parent(s): 4f11428

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as demo:
19
  Start typing below to see the correction.
20
  """
21
  )
22
- funt = gr.Radio(label="Correction Type", ["錯別字校正", "文法校正", "文本重構", "文本簡化", "整體校正"])
23
  #設定輸入元件
24
  sent = gr.Textbox(label="Sentence", placeholder="input the sentence")
25
  # 設定輸出元件
 
19
  Start typing below to see the correction.
20
  """
21
  )
22
+ funt = gr.Radio(["錯別字校正", "文法校正", "文本重構", "文本簡化", "整體校正"], label="Correction Type")
23
  #設定輸入元件
24
  sent = gr.Textbox(label="Sentence", placeholder="input the sentence")
25
  # 設定輸出元件