Spaces:
Runtime error
Runtime error
File size: 410 Bytes
bd2b090 7e92bd2 bd2b090 b4affc7 3a46e93 72c8257 7e92bd2 fab4931 bd2b090 7e92bd2 a1984ed bd2b090 afc10eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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) |