Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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=[
|
| 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():
|