import gradio as gr HEADER = """ # Generate 3D Assets for Roblox 🪄 Here, you can **generate 3D Assets using AI for your Roblox game for free**. (high-poly or low-poly). Some examples of generated assets (video by InstantMesh Team): We **wrote a tutorial to help you generating assets and importing it in your Roblox Games** ➡️ ADD TUTORIAL LINK If you like the tool, please click on the like button ❤️. """ 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)