Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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"],
|