Brian-A commited on
Commit
e234bdf
·
verified ·
1 Parent(s): bfc8aa9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,7 +51,7 @@ def infer(
51
 
52
 
53
  examples = [
54
- "A border collie laying in some Fall leaves as the forest trees change colors",
55
  ]
56
 
57
  css = """
@@ -63,7 +63,7 @@ css = """
63
 
64
  with gr.Blocks(css=css) as demo:
65
  with gr.Column(elem_id="col-container"):
66
- gr.Markdown(" # [Stable Diffusion 3.5 Large (8B)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)")
67
  with gr.Row():
68
  prompt = gr.Text(
69
  label="Prompt",
 
51
 
52
 
53
  examples = [
54
+ "A border collie lying in some Fall leaves as the forest trees change colors",
55
  ]
56
 
57
  css = """
 
63
 
64
  with gr.Blocks(css=css) as demo:
65
  with gr.Column(elem_id="col-container"):
66
+ gr.Markdown(" [Stable Diffusion 3.5 Large (8B) (generation takes about 45 seconds)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)")
67
  with gr.Row():
68
  prompt = gr.Text(
69
  label="Prompt",