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)