multimodalart HF staff commited on
Commit
6ffcf92
1 Parent(s): 5220b7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'Tune-A-Video-library/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.
 
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.