qbhf2 commited on
Commit
50d2729
·
verified ·
1 Parent(s): 7de37b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks(title="3D Garment Generator", theme=gr.themes.Default(text_size="
46
  file_types=[".json", ".svg"]
47
  )
48
  body_upload = gr.File(
49
- label="2. Тело (OBJ/USD/FBX)",
50
  file_types=[".obj", ".glb", ".gltf", ".fbx"]
51
  )
52
 
@@ -97,7 +97,7 @@ with gr.Blocks(title="3D Garment Generator", theme=gr.themes.Default(text_size="
97
 
98
  with gr.Column(scale=3):
99
  viewer = gr.Model3D(label="3D Просмотрщик", interactive=True, height=500,
100
- clear_color=[0.0, 0.0, 0.0, 0.0]
101
  )
102
 
103
  with gr.Row():
 
46
  file_types=[".json", ".svg"]
47
  )
48
  body_upload = gr.File(
49
+ label="2. Тело (OBJ/GLB/GLTF/FBX)",
50
  file_types=[".obj", ".glb", ".gltf", ".fbx"]
51
  )
52
 
 
97
 
98
  with gr.Column(scale=3):
99
  viewer = gr.Model3D(label="3D Просмотрщик", interactive=True, height=500,
100
+ clear_color=[255.0, 255.0, 255.0, 0.0]
101
  )
102
 
103
  with gr.Row():