Spaces:
Runtime error
Runtime error
This Pull Request displays the result front of us
#18
by
Fabrice-TIERCELIN
- opened
app.py
CHANGED
@@ -98,8 +98,8 @@ if __name__ == "__main__":
|
|
98 |
|
99 |
|
100 |
with gr.Column(scale=5):
|
101 |
-
obj3d_stage1 = gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model (Stage 1)")
|
102 |
-
obj3d = gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model (Final)")
|
103 |
|
104 |
with left_column:
|
105 |
gr.Examples(
|
|
|
98 |
|
99 |
|
100 |
with gr.Column(scale=5):
|
101 |
+
obj3d_stage1 = gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model (Stage 1)", camera_position=(90, 90, 0))
|
102 |
+
obj3d = gr.Model3D(clear_color=[0.0, 0.0, 0.0, 0.0], label="3D Model (Final)", camera_position=(90, 90, 0))
|
103 |
|
104 |
with left_column:
|
105 |
gr.Examples(
|