how to look back at the previous Shap-E, please?

#17
by iweavings - opened

Hi,
I'm finding this very interesting, and it is helping me with my assignment. I would like to know if it is possible to look/get back to the previous images.
Thank you.

Hi @iweavings
You mean you want to see the result of the previous generation after you run the next generation?
I don't think it's possible with this UI, but you can download the generated 3D model by clicking the small button in the upper right corner.
00.png
You can open the 3D model file with 3D model viewers like MeshLab.
You can also make a simple Space with the following code and use it as a 3D model viewer.

import gradio as gr

with gr.Blocks() as demo:
    gr.Model3D()
demo.queue().launch()

Thank you so much :)

hysts changed discussion status to closed

Sign up or log in to comment