Rahatara commited on
Commit
6e28771
·
verified ·
1 Parent(s): 3dd44f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ 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", tool="editor")
38
  with gr.Column():
39
  modified_glb_output = gr.File(label="Download Modified GLB File")
40
 
 
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")
40