Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -274,8 +274,8 @@ def create_gradio_app(particulate_app):
|
|
| 274 |
"""
|
| 275 |
<h1>Particulate: Feed-Forward 3D Object Articulation</h1>
|
| 276 |
<p>
|
| 277 |
-
<a href="https://github.com/ruiningli/particulate">🌟 GitHub Repository</a> |
|
| 278 |
-
<a href="https://ruiningli.com/particulate">🚀 Project Page</a>
|
| 279 |
</p>
|
| 280 |
<div style="font-size: 16px; line-height: 1.5;">
|
| 281 |
<p>Upload a 3D model (.obj or .glb format supported) to articulate it. Particulate takes this model and predicts the underlying articulated structure, which can be directly exported to <u>URDF</u> or <u>MJCF</u> format.</p>
|
|
|
|
| 274 |
"""
|
| 275 |
<h1>Particulate: Feed-Forward 3D Object Articulation</h1>
|
| 276 |
<p>
|
| 277 |
+
<a href="https://github.com/ruiningli/particulate" target="_blank" rel="noopener noreferrer">🌟 GitHub Repository</a> |
|
| 278 |
+
<a href="https://ruiningli.com/particulate" target="_blank" rel="noopener noreferrer">🚀 Project Page</a>
|
| 279 |
</p>
|
| 280 |
<div style="font-size: 16px; line-height: 1.5;">
|
| 281 |
<p>Upload a 3D model (.obj or .glb format supported) to articulate it. Particulate takes this model and predicts the underlying articulated structure, which can be directly exported to <u>URDF</u> or <u>MJCF</u> format.</p>
|