Spaces:
Build error
Build error
Commit
Β·
46aec1c
1
Parent(s):
7825e2d
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
| 31 |
|
| 32 |
#inputs=[gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."), gr.Number(value=50, label="number of neighbors")],
|
| 33 |
inputs=gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."),
|
| 34 |
-
outputs=[gr.Textbox(label="Nearest tokens"), gr.Textbox(label="Nearest subwords")]
|
| 35 |
examples=[
|
| 36 |
["##logy"],
|
| 37 |
["##ness"],
|
|
|
|
| 31 |
|
| 32 |
#inputs=[gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."), gr.Number(value=50, label="number of neighbors")],
|
| 33 |
inputs=gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."),
|
| 34 |
+
outputs=[gr.Textbox(label="Nearest tokens"), gr.Textbox(label="Nearest subwords")],
|
| 35 |
examples=[
|
| 36 |
["##logy"],
|
| 37 |
["##ness"],
|