Stable-X commited on
Commit
a5dab0e
·
verified ·
1 Parent(s): 20bba6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
167
  output_gallery = gr.Gallery(label="Examples", columns=4, rows=2, object_fit="contain", height="auto",show_label=False)
168
  with gr.Tab("3D Model"):
169
  with gr.Column():
170
- model_output = gr.Model3D(label="3D Model Preview (Each model is approximately 40MB, may take around 1 minute to load)", height=300)
171
  with gr.Column():
172
  export_format = gr.Dropdown(
173
  choices=["obj", "glb", "ply", "stl"],
 
167
  output_gallery = gr.Gallery(label="Examples", columns=4, rows=2, object_fit="contain", height="auto",show_label=False)
168
  with gr.Tab("3D Model"):
169
  with gr.Column():
170
+ model_output = gr.Model3D(label="3D Model Preview (Each model is approximately 40MB, may take around 1 minute to load)")
171
  with gr.Column():
172
  export_format = gr.Dropdown(
173
  choices=["obj", "glb", "ply", "stl"],