update
Browse files
app.py
CHANGED
@@ -81,10 +81,6 @@ demo = gr.Interface(
|
|
81 |
gr.Textbox(lines=1, placeholder="Candidate Word Pair 4 (separate by comma)"),
|
82 |
gr.Textbox(lines=1, placeholder="Candidate Word Pair 5 (separate by comma)"),
|
83 |
gr.Textbox(lines=1, placeholder="Candidate Word Pair 6 (separate by comma)"),
|
84 |
-
gr.Textbox(lines=1, placeholder="Candidate Word Pair 7 (separate by comma)"),
|
85 |
-
gr.Textbox(lines=1, placeholder="Candidate Word Pair 8 (separate by comma)"),
|
86 |
-
gr.Textbox(lines=1, placeholder="Candidate Word Pair 9 (separate by comma)"),
|
87 |
-
gr.Textbox(lines=1, placeholder="Candidate Word Pair 10 (separate by comma)")
|
88 |
],
|
89 |
outputs="label",
|
90 |
examples=examples
|
|
|
81 |
gr.Textbox(lines=1, placeholder="Candidate Word Pair 4 (separate by comma)"),
|
82 |
gr.Textbox(lines=1, placeholder="Candidate Word Pair 5 (separate by comma)"),
|
83 |
gr.Textbox(lines=1, placeholder="Candidate Word Pair 6 (separate by comma)"),
|
|
|
|
|
|
|
|
|
84 |
],
|
85 |
outputs="label",
|
86 |
examples=examples
|