TedYeh
commited on
Commit
·
aee24dc
1
Parent(s):
736df11
update app
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ with gr.Blocks() as demo:
|
|
19 |
"""
|
20 |
)
|
21 |
#設定輸入元件
|
22 |
-
sent = gr.Textbox(label="Sentence")
|
23 |
# 設定輸出元件
|
24 |
-
output = gr.Textbox(label="Result")
|
25 |
#設定按鈕
|
26 |
greet_btn = gr.Button("Correction")
|
27 |
#設定按鈕點選事件
|
|
|
19 |
"""
|
20 |
)
|
21 |
#設定輸入元件
|
22 |
+
sent = gr.Textbox(label="Sentence", placeholder="input the sentence")
|
23 |
# 設定輸出元件
|
24 |
+
output = gr.Textbox(label="Result", placeholder="correction")
|
25 |
#設定按鈕
|
26 |
greet_btn = gr.Button("Correction")
|
27 |
#設定按鈕點選事件
|