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