Commit
•
6b49c52
1
Parent(s):
4b0b44b
Update app.py
Browse files
app.py
CHANGED
@@ -332,6 +332,8 @@ def push(model_name, where_to_upload, hf_token, which_model, comes_from_automate
|
|
332 |
license: creativeml-openrail-m
|
333 |
tags:
|
334 |
- text-to-image
|
|
|
|
|
335 |
---
|
336 |
### {model_name} Dreambooth model trained by {api.whoami(token=hf_token)["name"]} with [Hugging Face Dreambooth Training Space](https://huggingface.co/spaces/multimodalart/dreambooth-training) with the {which_model} base model
|
337 |
|
|
|
332 |
license: creativeml-openrail-m
|
333 |
tags:
|
334 |
- text-to-image
|
335 |
+
widget:
|
336 |
+
- text: {instance_prompt_list[0]}
|
337 |
---
|
338 |
### {model_name} Dreambooth model trained by {api.whoami(token=hf_token)["name"]} with [Hugging Face Dreambooth Training Space](https://huggingface.co/spaces/multimodalart/dreambooth-training) with the {which_model} base model
|
339 |
|