cwchang commited on
Commit
93bff72
1 Parent(s): 7b082f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def classify(text):
8
 
9
  demo = gr.Interface(
10
  fn=classify,
11
- inputs=gr.Textbox(placeholder="請輸入一段文字..."),
12
  outputs="label",
13
  examples=[["Take me to church"],
14
  ["What's the weather like today?"],
 
8
 
9
  demo = gr.Interface(
10
  fn=classify,
11
+ inputs=gr.Textbox(placeholder="Please enter the text..."),
12
  outputs="label",
13
  examples=[["Take me to church"],
14
  ["What's the weather like today?"],