Spaces:
Runtime error
Runtime error
hysts
commited on
Commit
·
486169b
1
Parent(s):
783e710
Fix
Browse files- app_training.py +1 -1
app_training.py
CHANGED
|
@@ -49,7 +49,7 @@ def create_training_demo(trainer: Trainer,
|
|
| 49 |
choices=[_.value for _ in UploadTarget],
|
| 50 |
value=UploadTarget.MODEL_LIBRARY.value)
|
| 51 |
gr.Markdown(f'''
|
| 52 |
-
- By default, trained models will be uploaded to [Tune-A-Video Library](https://huggingface.co/{MODEL_LIBRARY_ORG_NAME}) (see [this example model](https://huggingface.co/{
|
| 53 |
- You can also choose "Personal Profile", in which case, the model will be uploaded to https://huggingface.co/{{your_username}}/{{model_name}}.
|
| 54 |
''')
|
| 55 |
|
|
|
|
| 49 |
choices=[_.value for _ in UploadTarget],
|
| 50 |
value=UploadTarget.MODEL_LIBRARY.value)
|
| 51 |
gr.Markdown(f'''
|
| 52 |
+
- By default, trained models will be uploaded to [Tune-A-Video Library](https://huggingface.co/{MODEL_LIBRARY_ORG_NAME}) (see [this example model](https://huggingface.co/{SAMPLE_MODEL_REPO})).
|
| 53 |
- You can also choose "Personal Profile", in which case, the model will be uploaded to https://huggingface.co/{{your_username}}/{{model_name}}.
|
| 54 |
''')
|
| 55 |
|