Spaces:
Runtime error
Runtime error
Commit
•
4b18e3e
1
Parent(s):
e8df327
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from app_upload import create_upload_demo
|
|
14 |
from inference import InferencePipeline
|
15 |
from trainer import Trainer
|
16 |
|
17 |
-
TITLE = '# [Tune-A-Video](https://tuneavideo.github.io/)
|
18 |
|
19 |
ORIGINAL_SPACE_ID = 'Tune-A-Video-library/Tune-A-Video-Training-UI'
|
20 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|
|
|
14 |
from inference import InferencePipeline
|
15 |
from trainer import Trainer
|
16 |
|
17 |
+
TITLE = '# [Tune-A-Video](https://tuneavideo.github.io/) UI'
|
18 |
|
19 |
ORIGINAL_SPACE_ID = 'Tune-A-Video-library/Tune-A-Video-Training-UI'
|
20 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|