awacke1 commited on
Commit
8c44f78
β€’
1 Parent(s): defb7c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ def load_mesh(mesh_file_name):
7
 
8
  demo = gr.Interface(
9
  fn=load_mesh,
 
 
10
  inputs=gr.Model3D(),
11
  outputs=[
12
  gr.Model3D(
 
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/#',
12
  inputs=gr.Model3D(),
13
  outputs=[
14
  gr.Model3D(