hysts HF staff commited on
Commit
a11d22c
1 Parent(s): 0e21cff

Fix the Space URL

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