sundea commited on
Commit
dbcec67
·
1 Parent(s): 829f01c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,8 +104,8 @@ def greet(text):
104
 
105
 
106
 
107
- inputs = gr.inputs.Textbox(label="输入文本", placeholder="在这里输入文本")
108
- outputs = gr.outputs.Textbox(label="输出结果", placeholder="分类结果将在此显示")
109
 
110
  css = """
111
  .gradio-input-wrapper {
 
104
 
105
 
106
 
107
+ inputs = gr.inputs.Textbox(label="输入文本")
108
+ outputs = gr.outputs.Textbox(label="输出结果")
109
 
110
  css = """
111
  .gradio-input-wrapper {