ThomasSimonini's picture
Update app.py
7e92bd2 verified
raw
history blame contribute delete
410 Bytes
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)