Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app/gradio_3dgen.py
Browse files
gradio_app/gradio_3dgen.py
CHANGED
@@ -60,7 +60,7 @@ def create_ui(concurrency_id="wkl"):
|
|
60 |
|
61 |
with gr.Column(scale=1):
|
62 |
# export mesh display
|
63 |
-
output_mesh = gr.Model3D(value=None, label="Mesh Model", show_label=True, height=320, camera_position=(
|
64 |
output_video = gr.Video(label="Preview", show_label=True, show_share_button=True, height=320, visible=False)
|
65 |
|
66 |
input_processing = gr.Checkbox(
|
|
|
60 |
|
61 |
with gr.Column(scale=1):
|
62 |
# export mesh display
|
63 |
+
output_mesh = gr.Model3D(value=None, label="Mesh Model", show_label=True, height=320, camera_position=(0, 180, 2))
|
64 |
output_video = gr.Video(label="Preview", show_label=True, show_share_button=True, height=320, visible=False)
|
65 |
|
66 |
input_processing = gr.Checkbox(
|