Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ _HEADER_ = '''
|
|
177 |
|
178 |
**MeshAnything** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
|
179 |
|
180 |
-
Code: <a href='https://github.com/buaacyw/MeshAnything' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://
|
181 |
|
182 |
❗️❗️❗️**Important Notes:**
|
183 |
- Gradio doesn't support interactive wireframe rendering currently. For interactive mesh visualization, please use download the obj file and open it with MeshLab or https://3dviewer.net/.
|
@@ -241,7 +241,7 @@ with (gr.Blocks() as demo):
|
|
241 |
outputs=[preprocess_model_obj, input_image_render, output_model_obj, output_image_render],
|
242 |
fn=do_inference,
|
243 |
cache_examples = "lazy",
|
244 |
-
examples_per_page=
|
245 |
)
|
246 |
with gr.Column():
|
247 |
with gr.Row():
|
|
|
177 |
|
178 |
**MeshAnything** converts any 3D representation into meshes created by human artists, i.e., Artist-Created Meshes (AMs).
|
179 |
|
180 |
+
Code: <a href='https://github.com/buaacyw/MeshAnything' target='_blank'>GitHub</a>. Arxiv Paper: <a href='https://buaacyw.github.io/mesh-anything/' target='_blank'>ArXiv</a>.
|
181 |
|
182 |
❗️❗️❗️**Important Notes:**
|
183 |
- Gradio doesn't support interactive wireframe rendering currently. For interactive mesh visualization, please use download the obj file and open it with MeshLab or https://3dviewer.net/.
|
|
|
241 |
outputs=[preprocess_model_obj, input_image_render, output_model_obj, output_image_render],
|
242 |
fn=do_inference,
|
243 |
cache_examples = "lazy",
|
244 |
+
examples_per_page=10
|
245 |
)
|
246 |
with gr.Column():
|
247 |
with gr.Row():
|