vkthakur88 commited on
Commit
d3faabd
·
1 Parent(s): 7db7003

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ app = gr.Interface(
19
  fn = image_interface,
20
  inputs = [gr.Textbox(label = 'Prompt'), gr.Textbox(label = 'Negative Prompt'), gr.Slider(minimum = 1, maximum = 30, value = 7, step = 0.5, label = 'Guidance Scale', show_label = True)],
21
  outputs = 'image',
22
- title = 'Stable Diffusion',
23
  description = 'Vinay Kumar Thakur'
24
  )
25
 
 
19
  fn = image_interface,
20
  inputs = [gr.Textbox(label = 'Prompt'), gr.Textbox(label = 'Negative Prompt'), gr.Slider(minimum = 1, maximum = 30, value = 7, step = 0.5, label = 'Guidance Scale', show_label = True)],
21
  outputs = 'image',
22
+ title = 'Stable Diffusion XL',
23
  description = 'Vinay Kumar Thakur'
24
  )
25