LTT commited on
Commit
4ce2833
·
verified ·
1 Parent(s): 80d72fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/abs/example"
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