Results 5 comments of Kalleby Santos

`` is broken, it becomes invisible. I fixed it by adding a `p-1` to `scroll-area.tsx:43,42`

I Had create a gist example: - [Running AI models with FastAPI and Vercel AI SDK](https://gist.github.com/kallebysantos/49b71471b518c01c64e5fb860e096693) https://user-images.githubusercontent.com/105971119/277059459-0109bc03-57a7-493d-bfa3-6152745f3349.mp4

I think that Issue should be mark as complete. We had provide useful examples that solves the question.

Same for me ![image](https://github.com/httpie/desktop/assets/105971119/637317d2-3621-4c75-89f8-88db7d3338e6)

Hi I had implemented some helper functions based on the original [`tranformers aggregation functions`](https://github.com/huggingface/transformers/blob/f26e4073707189c93915227779a4f6ea3c40d43b/src/transformers/pipelines/token_classification.py#L417) to do `simple` and `max` aggregation strategies: > You can adapt it to do other kinds...