Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ from pipeline.kiss3d_wrapper import init_wrapper_from_config, run_text_to_3d, ru
|
|
| 95 |
|
| 96 |
# Add logo file path and hyperlinks
|
| 97 |
LOGO_PATH = "app_assets/logo_temp_.png" # Update this to the actual path of your logo
|
| 98 |
-
ARXIV_LINK = "https://arxiv.org/
|
| 99 |
GITHUB_LINK = "https://github.com/EnVision-Research/Kiss3DGen"
|
| 100 |
|
| 101 |
|
|
|
|
| 95 |
|
| 96 |
# Add logo file path and hyperlinks
|
| 97 |
LOGO_PATH = "app_assets/logo_temp_.png" # Update this to the actual path of your logo
|
| 98 |
+
ARXIV_LINK = "https://arxiv.org/pdf/2503.01370"
|
| 99 |
GITHUB_LINK = "https://github.com/EnVision-Research/Kiss3DGen"
|
| 100 |
|
| 101 |
|