Chan-Y commited on
Commit
035082a
1 Parent(s): e6416b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(css=css) as demo:
62
  with gr.Column(elem_id="col-container"):
63
  gr.Markdown(f"""
64
  # Demo [Chan-Y/Stable-Flash-Lightning](https://huggingface.co/Chan-Y/Stable-Flash-Lightning)
65
- My [LinkedIn](https://www.linkedin.com/in/chanyalcin/)
66
  """)
67
 
68
  with gr.Row():
@@ -133,9 +133,10 @@ with gr.Blocks(css=css) as demo:
133
  value=28,
134
  )
135
 
 
136
  gr.Examples(
137
- examples = examples,
138
- inputs = [prompt, negative_prompt, seed, num_inference_steps]
139
  )
140
  gr.on(
141
  triggers=[run_button.click, prompt.submit, negative_prompt.submit],
 
62
  with gr.Column(elem_id="col-container"):
63
  gr.Markdown(f"""
64
  # Demo [Chan-Y/Stable-Flash-Lightning](https://huggingface.co/Chan-Y/Stable-Flash-Lightning)
65
+ by Cihan Yalçın | My [LinkedIn](https://www.linkedin.com/in/chanyalcin/) My [GitHub](https://github.com/g-hano)
66
  """)
67
 
68
  with gr.Row():
 
133
  value=28,
134
  )
135
 
136
+ with gr.Accordion("Examples", open=False):
137
  gr.Examples(
138
+ examples=examples,
139
+ inputs=[prompt, negative_prompt, seed, num_inference_steps]
140
  )
141
  gr.on(
142
  triggers=[run_button.click, prompt.submit, negative_prompt.submit],