Fix the Space URL
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from trainer import Trainer
|
|
15 |
|
16 |
TITLE = '# [Tune-A-Video](https://tuneavideo.github.io/) Training UI'
|
17 |
|
18 |
-
ORIGINAL_SPACE_ID = '
|
19 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|
20 |
SHARED_UI_WARNING = f'''# Attention - This Space doesn't work in this shared UI. You can duplicate and use it with a paid private A10G GPU.
|
21 |
|
|
|
15 |
|
16 |
TITLE = '# [Tune-A-Video](https://tuneavideo.github.io/) Training UI'
|
17 |
|
18 |
+
ORIGINAL_SPACE_ID = 'Tune-A-Video-library/Tune-A-Video-Training-UI'
|
19 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|
20 |
SHARED_UI_WARNING = f'''# Attention - This Space doesn't work in this shared UI. You can duplicate and use it with a paid private A10G GPU.
|
21 |
|