Update
Browse files
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)
|