Spaces:
Runtime error
Runtime error
import gradio as gr | |
HEADER = """ | |
# Generate 3D Assets for Roblox πͺ | |
The new version of the tool is here π https://huggingface.co/spaces/ThomasSimonini/Roblox-3D-Assets-Generator-v1 | |
""" | |
with gr.Blocks() as demo: | |
#gr.Markdown(HEADER) | |
#gr.load("ThomasSimonini/InstantMeshForRoblox", src="spaces") | |
#gr.load("ThomasSimonini/MeshAnythingV2ForRoblox", src="spaces") | |
demo.launch(show_error=True) |