multimodalart HF staff commited on
Commit
2b1e8e5
1 Parent(s): be31516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ gallery = gr.Gallery(css={"height": "256px","width":"256px"})
161
  iface = gr.Interface(
162
  fn=run_all,
163
  inputs=[
164
- gr.inputs.Textbox(label="Prompt - try adding increments to your prompt such as 'oil on canvas', 'a painting', 'a book cover'",default="an alien landscape in the forest"),
165
  gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=40,maximum=80,minimum=1,step=1),
166
  gr.inputs.Slider(label="Number of images in parallel", default=2, maximum=4, minimum=1, step=1),
167
  gr.inputs.Slider(label="Weight - how closely the image should resemble the prompt", default=5, maximum=15, minimum=0, step=1),
 
161
  iface = gr.Interface(
162
  fn=run_all,
163
  inputs=[
164
+ gr.inputs.Textbox(label="Prompt - try adding increments to your prompt such as 'oil on canvas', 'a painting', 'a book cover'",default="an eerie alien forest"),
165
  gr.inputs.Slider(label="Steps - more steps can increase quality but will take longer to generate",default=40,maximum=80,minimum=1,step=1),
166
  gr.inputs.Slider(label="Number of images in parallel", default=2, maximum=4, minimum=1, step=1),
167
  gr.inputs.Slider(label="Weight - how closely the image should resemble the prompt", default=5, maximum=15, minimum=0, step=1),