Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def run(image):
|
|
| 34 |
|
| 35 |
demo = gr.Interface(
|
| 36 |
fn=run,
|
| 37 |
-
title="
|
| 38 |
description="An extremely simplified version of [LGM](https://huggingface.co/ashawkey/LGM). Intended as resource for the [ML for 3D Course](https://huggingface.co/learn/ml-for-3d-course/unit0/introduction).",
|
| 39 |
inputs="image",
|
| 40 |
outputs=gr.Model3D(),
|
|
|
|
| 34 |
|
| 35 |
demo = gr.Interface(
|
| 36 |
fn=run,
|
| 37 |
+
title="MVMesh",
|
| 38 |
description="An extremely simplified version of [LGM](https://huggingface.co/ashawkey/LGM). Intended as resource for the [ML for 3D Course](https://huggingface.co/learn/ml-for-3d-course/unit0/introduction).",
|
| 39 |
inputs="image",
|
| 40 |
outputs=gr.Model3D(),
|