taishi-i commited on
Commit
6fd2f10
·
verified ·
1 Parent(s): fdcac05

fix app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ examples = ["Pythonで簡単に使えるツールです", "3月に見た「3月
24
 
25
  iface = gr.Interface(
26
  fn=tokenize,
27
- inputs=gr.inputs.Textbox(
28
  label="Input text",
29
  lines=num_input_lines,
30
  placeholder=input_placeholder,
 
24
 
25
  iface = gr.Interface(
26
  fn=tokenize,
27
+ inputs=gr.Textbox(
28
  label="Input text",
29
  lines=num_input_lines,
30
  placeholder=input_placeholder,