Spaces:
Runtime error
Runtime error
Update
Browse files- app_upload.py +1 -1
app_upload.py
CHANGED
@@ -41,7 +41,7 @@ def create_upload_demo(disable_run_button: bool = False) -> gr.Blocks:
|
|
41 |
visible=os.getenv('HF_TOKEN') is None)
|
42 |
upload_button = gr.Button('Upload', interactive=not disable_run_button)
|
43 |
gr.Markdown(f'''
|
44 |
-
- You can upload your trained model to your personal profile (i.e. https://huggingface.co/{{your_username}}/{{model_name}}) or to the public [Tune-A-Video Library](https://huggingface.co/{MODEL_LIBRARY_ORG_NAME}) (i.e. https://huggingface.co/{MODEL_LIBRARY_ORG_NAME}/{{model_name}}).
|
45 |
''')
|
46 |
with gr.Box():
|
47 |
gr.Markdown('Output message')
|
|
|
41 |
visible=os.getenv('HF_TOKEN') is None)
|
42 |
upload_button = gr.Button('Upload', interactive=not disable_run_button)
|
43 |
gr.Markdown(f'''
|
44 |
+
- You can upload your trained model to your personal profile (i.e. `https://huggingface.co/{{your_username}}/{{model_name}}`) or to the public [Tune-A-Video Library](https://huggingface.co/{MODEL_LIBRARY_ORG_NAME}) (i.e. `https://huggingface.co/{MODEL_LIBRARY_ORG_NAME}/{{model_name}}`).
|
45 |
''')
|
46 |
with gr.Box():
|
47 |
gr.Markdown('Output message')
|