Rahatara commited on
Commit
2b8bbb6
·
verified ·
1 Parent(s): 6e28771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def modify_texture(glb_file, new_texture):
33
  with gr.Blocks() as app:
34
  with gr.Row():
35
  with gr.Column():
36
- glb_input = gr.File(label="Upload GLB File")
37
  texture_input = gr.Image(label="Upload New Texture Image")
38
  with gr.Column():
39
  modified_glb_output = gr.File(label="Download Modified GLB File")
 
33
  with gr.Blocks() as app:
34
  with gr.Row():
35
  with gr.Column():
36
+ glb_input = gr.Model3D(label="Upload GLB File")
37
  texture_input = gr.Image(label="Upload New Texture Image")
38
  with gr.Column():
39
  modified_glb_output = gr.File(label="Download Modified GLB File")