MarcusLoren commited on
Commit
84fce7c
1 Parent(s): 943b847

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ gradio_app = gr.Interface(
39
  gr.Slider(minimum=0, maximum=1, value=0, label="Temperature (0 to 1)")
40
  ],
41
  outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model"),
42
- title="MeshGPT Inference - (Rending doesn't work, please download for best result)",
43
  )
44
 
45
  if __name__ == "__main__":
 
39
  gr.Slider(minimum=0, maximum=1, value=0, label="Temperature (0 to 1)")
40
  ],
41
  outputs=gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model"),
42
+ title="MeshGPT Inference - (Rendering doesn't work, please download for best result)",
43
  )
44
 
45
  if __name__ == "__main__":