Sophia! Please keep creating content! I'm currently devouring the stuff on your channel. Thanks for all these great material
@kevon217 Жыл бұрын
You make everything so simple and accessible. Greatly appreciate your content!!! 🤗
@SophiaYangDS Жыл бұрын
Thanks so much for the kind words 🙏🤗
@whlau6191 Жыл бұрын
Thanks a lot Sophia! It is a clear and wonderful sharing. I am a beginner in using HF and Docker, I quickly capture the concept and flow and could explore the details step by step. Really thanks!
@SophiaYangDS Жыл бұрын
Thanks 😊 🙏 glad you find it helpful
@nandafprado Жыл бұрын
Great tutorial as always Sophia, you rock
@SophiaYangDS Жыл бұрын
Thank you so much for the kind words 😊
@LearningWorldChatGPT Жыл бұрын
Fantastic demo! Thank you very much
@SophiaYangDS Жыл бұрын
Glad you liked it! appreciate the comment ☺️
@Adity-ip5qr4 ай бұрын
Hey Sophia, thanks for such wonderful explanation of space. I am facing a issue where I am doing this all for the first time Error I'm facing is : repo does not exist I using the username same as in huggingface and using the token as password Still I'm facing issue Kudos again
@suleymanerim2119 Жыл бұрын
omg you are amazing, this video helped me alot. I spent tons of hours to do that, but your 5 step procedure was so easy to follow. Thanks
@SophiaYangDS Жыл бұрын
Thank you! So glad it's helpful 😊
@hedonicas3 ай бұрын
Thank you Mariko-San!
@ufukk5411 ай бұрын
Hello Sophia, I like a few models from the Spaces tab and I want to use these models with Docker. When I selected any Spaces on the Huggingface website, I saw a "Run with Docker" button at the top right. It wants me to generate a "User Access Token" for this. After generating this token, I want to make and publish a mobile application. Should I pay a fee every time the API is used?
@geffraymarie-charlotte3255 Жыл бұрын
Thanks so much for this tutorial! I have a question about the Dockerfile, when I enter "--address" or "--host", I have this error message saying that Huggingface doesn't recognize the flag... do you have an idea where this could come from ? :)
@cyberskul Жыл бұрын
very very very usefull
@SophiaYangDS Жыл бұрын
Thanks! Glad it's useful for you 🙂
@zeldacamila9 ай бұрын
Hey, thank u for this nice video. Can you please explain me how to set secret variables?
@imspidey02 Жыл бұрын
how your terminal know it need to push on only hungging face? can you please explain i am trying to do but not working
@todaylive30297 ай бұрын
Can I deploy a fastapi app on it. It's basically a prediction app using deeplearning model
@elliottchang669 Жыл бұрын
Great video. Will this still work if my data is being called locally. In my original code for my app, I used the local paths of the datasets. How should I change the code to access the data from within the space?
@SophiaYangDS Жыл бұрын
You might need to upload your data to the cloud like a s3 bucket and load your data from a s3 link. Or you could upload your data directly to Hugging Face Space.
@supwang Жыл бұрын
Nice tutorial. I'm a beginner of Docker. If I want to pull an space from hugging face to local, how to do it? Thank you.
@SophiaYangDS Жыл бұрын
It's just git. You can do git clone to get all the files from a hugging face space
@supwang Жыл бұрын
@@SophiaYangDS Thank you.
@prasanosara1944 Жыл бұрын
Hi, When i duplicate your repository in huggingface.. i only see blank page with Panel heading.. how every you apps work perfectly. could you please let me know, why this is happening?
@SophiaYangDS Жыл бұрын
You will need to change the docker file to include your username in the app paths
@erisi84 Жыл бұрын
I had this too - nb I have capitalisation in my hugging face username and therefore space names but it needs to be lowercase in the dockerfile