Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def load_mesh(mesh_file_name):
|
|
7 |
|
8 |
demo = gr.Interface(
|
9 |
fn=load_mesh,
|
10 |
-
title='๐จ2Dto3D.GLB๐',
|
11 |
article='Create your GLB 3d model with animation from 2d image here: https://monstermash.zone/# Papers and code for SOTA in 3D AI: https://paperswithcode.com/datasets?q=3d&v=lst&o=newest',
|
12 |
inputs=gr.Model3D(),
|
13 |
outputs=[
|
|
|
7 |
|
8 |
demo = gr.Interface(
|
9 |
fn=load_mesh,
|
10 |
+
title='๐จHF 2Dto3D.GLB๐',
|
11 |
article='Create your GLB 3d model with animation from 2d image here: https://monstermash.zone/# Papers and code for SOTA in 3D AI: https://paperswithcode.com/datasets?q=3d&v=lst&o=newest',
|
12 |
inputs=gr.Model3D(),
|
13 |
outputs=[
|