svjack commited on
Commit
cab936f
·
1 Parent(s): ace7821

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def process(model_path ,prompt, num_samples, image_resolution, sample_steps, see
51
  block = gr.Blocks().queue()
52
  with block:
53
  with gr.Row():
54
- gr.Markdown("## Rapid Diffusion model from warp-ai/wuerstchen")
55
  #gr.Markdown("This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/ControlLoRA-Chinese](https://github.com/svjack/ControlLoRA-Chinese)</h4></b>\n")
56
  with gr.Row():
57
  with gr.Column():
 
51
  block = gr.Blocks().queue()
52
  with block:
53
  with gr.Row():
54
+ gr.Markdown("## StableDiffusion on CPU in CPP ")
55
  #gr.Markdown("This _example_ was **drive** from <br/><b><h4>[https://github.com/svjack/ControlLoRA-Chinese](https://github.com/svjack/ControlLoRA-Chinese)</h4></b>\n")
56
  with gr.Row():
57
  with gr.Column():