(choice)
| 117 | # Please only click one point, or our model will take the center of all points as the clicked location. Remember to clear the click after each interaction, or we will take the center of the current click and previous ones as the clicked location. |
| 118 | ''' |
| 119 | def change_vocab(choice): |
| 120 | if choice: |
| 121 | return gr.update(visible=True) |
| 122 | else: |
| 123 | return gr.update(visible=False) |
| 124 | |
| 125 | |
| 126 | with demo: |