Fixed pip install command in readme & updated the example notebook
The pip command in the README file was not accurate and it was not possible to install the package using that command. (was giving an error) and the sample notebook sample_text_to_3d.ipynb did not contain the pip command to install the package/repostiory.
Which is why, I fixed both the readme and sample notebook. Now, it can be used by even beginners with ease.
EDIT Added Gradio-UI around the Shape-E model
I have added another sample tutorial, where Shape-E model can be used around a Gradio-Ui and easily be used by anyone.
Added Gradio UI notebook info in the README.md file
The pip install command in the README should work if you clone the shap-e directory and run pip install -e . within that directory. An editable installation may be preferable to some people, but perhaps we could update the README to give both options.
There is also now a merge conflict because of merging https://github.com/openai/shap-e/pull/20
Would you mind rebasing on the latest main branch?
Sure! I will do it now