Alonso Silva
Alonso Silva
SSolara
Created by Lidio on 7/18/2024 in #questions-issues
How to access the user's microphone?
5 replies
SSolara
Created by Lidio on 7/18/2024 in #questions-issues
How to access the user's microphone?
Yes, indeed. I have closed my shale account (for getting llama2 responses) and my elevenlabs account (to generate TTS) but this code should work: https://huggingface.co/spaces/alonsosilva/talk2ai/blob/main/app.py
5 replies
SSolara
Created by Johnowhitaker on 4/26/2024 in #general
Does anyone know how I might interact
Yes, and I did that mistake as well! After this discussion, I have updated the blog post by adding how to access the anywidget counter https://alonsosilvaallende.github.io/blog/posts/2024-04-23-Build_a_basic_widget_with_AnyWidget.html
9 replies
SSolara
Created by Alonso Silva on 4/23/2024 in #questions-issues
Extract the value from an ipywidget
Thank you very much!
6 replies
SSolara
Created by Alonso Silva on 4/23/2024 in #questions-issues
Extract the value from an ipywidget
Yes, I want to reproduce the slider+counter linked example from anywidget.
6 replies
SSolara
Created by Alonso Silva on 4/11/2024 in #questions-issues
Streaming partial extraction
Thank you @MaartenBreddels Actually you were right all along. It was as simple as that. The application now extract names and ages from the text: https://huggingface.co/spaces/alonsosilva/Extractor
8 replies
SSolara
Created by Alonso Silva on 4/11/2024 in #questions-issues
Streaming partial extraction
Let me think about it. I guess it could work with a ChatInput where instead of InputText there is a ChatTextArea. Let me see and I’ll update you
8 replies
SSolara
Created by Alonso Silva on 4/11/2024 in #questions-issues
Streaming partial extraction
Thank you @MaartenBreddels
Indeed if you look at the huggingface space I just shared I am using the chat box example but I want to have a text area (which I already know how to build and a button). When I click the button it can extract entities from the text inside the text area.
8 replies
SSolara
Created by Alonso Silva on 4/11/2024 in #questions-issues
Streaming partial extraction
This is what I have for the moment: https://huggingface.co/spaces/alonsosilva/Extractor You can send a message (which will not be displayed) just to activate the extraction and then I will stream the response. For the moment, I just have lorem ipsum not to complexify the code.
8 replies