RohitGandikota commited on
Commit
2306e93
β€’
1 Parent(s): 6cca5dc

sdxl turbo inference

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,10 +96,10 @@ class Demo:
96
  with gr.Column(scale=1):
97
 
98
  self.prompt_input_infr = gr.Text(
99
- placeholder="photo of a person with bokeh background at night, realistic, 8k",
100
  label="Prompt",
101
  info="Prompt to generate",
102
- value="photo of a person with bokeh background at night, realistic, 8k"
103
  )
104
 
105
  with gr.Row():
 
96
  with gr.Column(scale=1):
97
 
98
  self.prompt_input_infr = gr.Text(
99
+ placeholder="photo of a person, with bokeh street background, realistic, 8k",
100
  label="Prompt",
101
  info="Prompt to generate",
102
+ value="photo of a person, with bokeh street background, realistic, 8k"
103
  )
104
 
105
  with gr.Row():