Rahatara commited on
Commit
b776af9
·
verified ·
1 Parent(s): 2931f30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ gr.Interface(
35
  inputs=[
36
  gr.Image(label="Upload New Texture Image")
37
  ],
38
- outputs=gr.Model3D(label="Modified 3D Model", type="glb"),
39
  title="GLB Texture Modifier"
40
  ).launch()
 
35
  inputs=[
36
  gr.Image(label="Upload New Texture Image")
37
  ],
38
+ outputs=gr.Model3D(label="Modified 3D Model"),
39
  title="GLB Texture Modifier"
40
  ).launch()