anzorq commited on
Commit
7e12112
1 Parent(s): bf73694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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