Spaces:
Build error
Build error
Commit
Β·
94e723b
1
Parent(s):
24707f9
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..."),
|
| 32 |
-
outputs=gr.Textbox(label="
|
| 33 |
examples=[
|
| 34 |
["##logy"],
|
| 35 |
["responded"],
|
|
|
|
| 29 |
fn=search,
|
| 30 |
|
| 31 |
inputs=gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."),
|
| 32 |
+
outputs=gr.Textbox(label="Nearest subwords"),
|
| 33 |
examples=[
|
| 34 |
["##logy"],
|
| 35 |
["responded"],
|