Spaces:
Running
Running
fix app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ examples = ["Pythonで簡単に使えるツールです", "3月に見た「3月
|
|
24 |
|
25 |
iface = gr.Interface(
|
26 |
fn=tokenize,
|
27 |
-
inputs=gr.
|
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,
|