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