0toshigami

Results 5 comments of 0toshigami

You need to download https://visualstudio.microsoft.com/visual-cpp-build-tools/ first. Next, navigate to "Individual components", find these two ![image](https://user-images.githubusercontent.com/27276267/222876004-2a5efcd6-e0f5-47ef-ba12-e7b0ae225491.png) In your case, you should choose Windows 10 SDK ![image](https://user-images.githubusercontent.com/27276267/222876007-9a737672-49ef-4887-8638-de44953f9216.png)

Click on the checkbox labeled ‘sd-webui-inpaint-anything’ (if not checked), then click the ‘Apply and Restart UI’ button, and wait for the requirements to finish installing

> Hi, > > I am trying to add custom avatars to this, I go in to frontend/src/stChat.tsx and change avatarUrl, but my changes are not getting saved. Any idea...

@vshankarathota Could you please tell me more in detail about the issues you're having with the `npm build` and `python setup.py` ?

Hi @thomasrife, it's looks like you're missing the `requirements.txt` file, please take a look at their [documentation](https://docs.streamlit.io/streamlit-community-cloud/get-started/deploy-an-app/app-dependencies). Also, in your `requirements.txt` file, there should be a line `streamlit-chat` and any...