Lora
commited on
Commit
·
6dc9425
1
Parent(s):
87fccdc
temporarily update instructions
Browse files
app.py
CHANGED
@@ -285,9 +285,8 @@ with gr.Blocks( theme = gr.themes.Base(),
|
|
285 |
selected_token = gr.Textbox(label="Current Selected Token", interactive=False)
|
286 |
with gr.Column(scale=8):
|
287 |
gr.Markdown("""####
|
288 |
-
Once a token is chosen, you can **use the sliders below to change the weight of any sense** for that token, \
|
289 |
-
and then click "Predict next word" to see updated next-word predictions.
|
290 |
-
You can change the weights of *multiple senses of multiple tokens*. Erase all changes with "Reset weights".
|
291 |
""")
|
292 |
# sense sliders and top sense words dataframes
|
293 |
with gr.Row():
|
|
|
285 |
selected_token = gr.Textbox(label="Current Selected Token", interactive=False)
|
286 |
with gr.Column(scale=8):
|
287 |
gr.Markdown("""####
|
288 |
+
Once a token is chosen, you can **use the sliders below to change the weight of any sense or multiple senses** for that token, \
|
289 |
+
and then click "Predict next word" to see updated next-word predictions. Erase all changes with "Reset weights".
|
|
|
290 |
""")
|
291 |
# sense sliders and top sense words dataframes
|
292 |
with gr.Row():
|