Spaces:
Build error
Build error
Nupur Kumari
commited on
Commit
·
f02893e
1
Parent(s):
114e9fc
custom-diffusion-space
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ def create_inference_demo(pipe: InferencePipeline) -> gr.Blocks:
|
|
| 208 |
run_button = gr.Button('Generate')
|
| 209 |
|
| 210 |
gr.Markdown('''
|
| 211 |
-
- Models with names starting with "custom-diffusion-models/" are the pretrained models provided in the [original repo](https://github.com/adobe-research/custom-diffusion), and the ones with names starting with "results/" are your trained models.
|
| 212 |
- After training, you can press "Reload Weight List" button to load your trained model names.
|
| 213 |
''')
|
| 214 |
with gr.Column():
|
|
|
|
| 208 |
run_button = gr.Button('Generate')
|
| 209 |
|
| 210 |
gr.Markdown('''
|
| 211 |
+
- Models with names starting with "custom-diffusion-models/" are the pretrained models provided in the [original repo](https://github.com/adobe-research/custom-diffusion), and the ones with names starting with "results/delta.bin" are your trained models.
|
| 212 |
- After training, you can press "Reload Weight List" button to load your trained model names.
|
| 213 |
''')
|
| 214 |
with gr.Column():
|