Closed 1chooo closed 1 year ago
I wish to contribute to the repo. Please assign it to me.
Hey @kshitiz305 Thank you very much for your assistance. At this stage, we indeed need more developers to contribute to our project. You can directly fork this project, and if you manage to fix this bug, please submit it through a Pull Request. I will review it, and if there are no issues, I will merge it into the project. I would like to express my gratitude once again. If it's convenient for you, please consider clicking the star to support us, making this project even better and more complete.
Hey, @kshitiz305
Remember to set the upstream
$ git remote add upstream git@github.com:1chooo/simple-ai.git
$ git remote -v
origin git@github.com:<your_user_name>/simple-ai.git (fetch)
origin git@github.com:<your_user_name>/simple-ai.git (push)
upstream git@github.com:1chooo/simple-ai.git (fetch)
upstream git@github.com:1chooo/simple-ai.git (push)
are we using linux or windows
We use Linux and MacOS; however windows still work!
That's it!!! You fixed it! You can ready to make the prs
Hi @kshitiz305, it's been a while. I wanted to ask, what tool or program did you use before to convert images into the .ico
format?
When launching the
/gradio/
playground, we are unable to locate thefavicon.ico
file. We must conduct research on how to customize the icon on the "Gradio" page.