1chooo / refinaid

🐻 Enabling everyone unfamiliar with programming languages to easily engage with AI and open the doors to the world of the future. (AI4ALL)
https://refinaid.vercel.app/
Apache License 2.0
21 stars 5 forks source link

[Bug] favicon Not Found when Launching `Gradio` #110

Closed 1chooo closed 1 year ago

1chooo commented 1 year ago

When launching the /gradio/ playground, we are unable to locate the favicon.ico file. We must conduct research on how to customize the icon on the "Gradio" page.

INFO:     127.0.0.1:xxxxx - "GET /favicon.ico HTTP/1.1" 404 Not Found
kshitiz305 commented 1 year ago

I wish to contribute to the repo. Please assign it to me.

1chooo commented 1 year ago

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.

1chooo commented 1 year ago

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)
kshitiz305 commented 1 year ago

are we using linux or windows

1chooo commented 1 year ago

We use Linux and MacOS; however windows still work!

kshitiz305 commented 1 year ago

image

1chooo commented 1 year ago

That's it!!! You fixed it! You can ready to make the prs

1chooo commented 1 year ago

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?