Added a easy way to install repository for beginners & wrapped the model to be usable using a gradio UI#50
Added a easy way to install repository for beginners & wrapped the model to be usable using a gradio UI#50sleepingcat4 wants to merge 5 commits intoopenai:mainfrom
Conversation
Added pip install both for git clone and directly pip install method
|
awesome, also there is a gradio space hosted on huggingface here: https://huggingface.co/spaces/hysts/Shap-E, if there is interested in adding a badge as well in the readme, see badges: https://huggingface.co/datasets/huggingface/badges |
|
@AK391 thanks for the suggestion. I tried to create a live demo on huggingface too but met with some abstract class error with shape-e code. But, I have added a huggingface space badge for the space you suggested |
|
The And the error clearly states, you don't have git installed on your device which is why, it is unable to execute the command you're giving |
|
turns out git wasn't installed in the right directory, apologies |


as per the previous recommendation, I included both cloning & directly installing the repository and accessing it using
pipand then wrapped the example notebook with gradio UI so that non-coders can also use the shape-e model with ease just by running all the cells.I rebased the (cleared commit history) and did some changes as per suggestion which is why, my previous pull request got closed, sorry :)