Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def convert_and_push(radio_model_names, input_model, ckpt_name, token):
|
|
88 |
|
89 |
DESCRIPTION = """### Convert a stable diffusion checkpoint to Diffusers🧨
|
90 |
With this space, you can easily convert a CompVis stable diffusion checkpoint to Diffusers and automatically create a pull request to the model repo.
|
91 |
-
You can choose to convert a checkpoint from one of your models, or from any other model on the Hub."""
|
92 |
|
93 |
with gr.Blocks() as demo:
|
94 |
|
|
|
88 |
|
89 |
DESCRIPTION = """### Convert a stable diffusion checkpoint to Diffusers🧨
|
90 |
With this space, you can easily convert a CompVis stable diffusion checkpoint to Diffusers and automatically create a pull request to the model repo.
|
91 |
+
You can choose to convert a checkpoint from one of your own models, or from any other model on the Hub."""
|
92 |
|
93 |
with gr.Blocks() as demo:
|
94 |
|