hysts HF staff commited on
Commit
04e1c61
1 Parent(s): d6ffd7f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from app_upload import create_upload_demo
13
  from inference import InferencePipeline
14
  from trainer import Trainer
15
 
16
- TITLE = '# Tune-A-Video Training UI'
17
 
18
  ORIGINAL_SPACE_ID = 'hysts/Tune-A-Video-Training-UI'
19
  SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
13
  from inference import InferencePipeline
14
  from trainer import Trainer
15
 
16
+ TITLE = '# [Tune-A-Video](https://tuneavideo.github.io/) Training UI'
17
 
18
  ORIGINAL_SPACE_ID = 'hysts/Tune-A-Video-Training-UI'
19
  SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)