Spaces:
Runtime error
Runtime error
Commit
•
6ffcf92
1
Parent(s):
5220b7e
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from trainer import Trainer
|
|
16 |
|
17 |
TITLE = '# [Tune-A-Video](https://tuneavideo.github.io/) UI'
|
18 |
|
19 |
-
ORIGINAL_SPACE_ID = '
|
20 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|
21 |
GPU_DATA = getoutput('nvidia-smi')
|
22 |
SHARED_UI_WARNING = f'''## Attention - Training doesn't work in this shared UI. You can duplicate and use it with a paid private T4 GPU.
|
|
|
16 |
|
17 |
TITLE = '# [Tune-A-Video](https://tuneavideo.github.io/) UI'
|
18 |
|
19 |
+
ORIGINAL_SPACE_ID = 'multimodalart/Tune-A-Video-Training-UI-poli'
|
20 |
SPACE_ID = os.getenv('SPACE_ID', ORIGINAL_SPACE_ID)
|
21 |
GPU_DATA = getoutput('nvidia-smi')
|
22 |
SHARED_UI_WARNING = f'''## Attention - Training doesn't work in this shared UI. You can duplicate and use it with a paid private T4 GPU.
|