Stable-X commited on
Commit
b7d9de6
·
verified ·
1 Parent(s): 51a21b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
110
  <p style='text-align: center;'>
111
  <strong>V0.1, Introduced By
112
  <a href="https://gaplab.cuhk.edu.cn/" target="_blank">GAP Lab</a> from CUHKSZ and
113
- <a href="https://www.nvsgames.cn/" target="_blank">Game-AIGC team</a> From ByteDance</strong>
114
  </p>
115
  """
116
  )
@@ -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", height=300)
171
  with gr.Column():
172
  export_format = gr.Dropdown(
173
  choices=["obj", "glb", "ply", "stl"],
 
110
  <p style='text-align: center;'>
111
  <strong>V0.1, Introduced By
112
  <a href="https://gaplab.cuhk.edu.cn/" target="_blank">GAP Lab</a> from CUHKSZ and
113
+ <a href="https://www.nvsgames.cn/" target="_blank">Game-AIGC Team</a> from ByteDance</strong>
114
  </p>
115
  """
116
  )
 
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"],