prithivMLmods commited on
Commit
016cd62
1 Parent(s): 4127d4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -105,7 +105,7 @@ def stab(
105
  negative_prompt: str = "",
106
  style: str = DEFAULT_STYLE_NAME,
107
  use_negative_prompt: bool = False,
108
- num_inference_steps: int = 30,
109
  num_images_per_prompt: int = 2,
110
  seed: int = 0,
111
  width: int = 1024,
@@ -199,7 +199,7 @@ with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
199
  minimum=10,
200
  maximum=60,
201
  step=1,
202
- value=30,
203
  )
204
  with gr.Row():
205
  num_images_per_prompt = gr.Slider(
@@ -248,7 +248,7 @@ with gr.Blocks(css=css, theme="xiaobaiyuan/theme_brief") as demo:
248
  interactive=True,
249
  choices=STYLE_NAMES,
250
  value=DEFAULT_STYLE_NAME,
251
- label="Image Styling",
252
  )
253
 
254
  gr.Examples(
 
105
  negative_prompt: str = "",
106
  style: str = DEFAULT_STYLE_NAME,
107
  use_negative_prompt: bool = False,
108
+ num_inference_steps: int = 40,
109
  num_images_per_prompt: int = 2,
110
  seed: int = 0,
111
  width: int = 1024,
 
199
  minimum=10,
200
  maximum=60,
201
  step=1,
202
+ value=40,
203
  )
204
  with gr.Row():
205
  num_images_per_prompt = gr.Slider(
 
248
  interactive=True,
249
  choices=STYLE_NAMES,
250
  value=DEFAULT_STYLE_NAME,
251
+ label="Styler",
252
  )
253
 
254
  gr.Examples(