domenicCarter commited on
Commit
e9768dc
1 Parent(s): ad22c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -51,7 +51,7 @@ def infer(
51
 
52
 
53
  examples = [
54
- "A capybara wearing a suit holding a sign that reads Hello World",
55
  ]
56
 
57
  css = """
@@ -63,8 +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 Turbo (8B)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo)")
67
- gr.Markdown("[Learn more](https://stability.ai/news/introducing-stable-diffusion-3-5) about the Stable Diffusion 3.5 series. Try on [Stability AI API](https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1sd3/post), or [download model](https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo) to run locally with ComfyUI or diffusers.")
68
  with gr.Row():
69
  prompt = gr.Text(
70
  label="Prompt",
 
51
 
52
 
53
  examples = [
54
+ "a beautiful girl play cycble.",
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](https://sdimage.net")
 
67
  with gr.Row():
68
  prompt = gr.Text(
69
  label="Prompt",